Daniel Calviño Sánchez
Daniel Calviño Sánchez
A few questions about this :-) > * add info to capability like https://github.com/tobiasKaminsky/declarativetest/blob/main/lib/Capabilities.php#L29 How is internationalization and localization handled for the action name? > * create an endpoint that...
> > How is internationalization and localization handled for the action name? > > Can this be translated like every other string? But could it happen that the language used...
An issue that appeared while implementing this. If another file needs to be created from the `fileId` the `fileId` may not provide enough information about the original file. See the...
In the rebase the helper functions were updated to the latest server version (so they now take into account the change in how internal shares are created since Nextcloud 31)...
> The tests were run locally several times and they always passed, let's see what CI says 🤞 Well, all tests failed :shrug: The problems seem to be that [showing...
Actually that detection code was added back in the day to work around some problems sending the `unmute` events, but my idea was always to get rid of it :-)...
> We could use the incall flags The `WITH_AUDIO` and `WITH_VIDEO` flags say whether the participant is (or is expected to be) publishing audio/video, but not whether the audio/video is...
Rather than changing the format of the logs an alternative would be to keep the logs just as they are, but use a helper script to process them and shorten...
> This could be a nice workaround, but with its problems from a maintainability point of view. When operating multiple signaling servers, it must be uploaded and updated in all...
> Check readyState on video and reconnect (with increasing delay) if state is 0 check of speakers After further research checking `readyState` in a video element does not seem like...