Joachim Bauch
Joachim Bauch
Please provide patches as pull-request so they are easier to review / comment on.
Sounds like a duplicate of #945. Which version of Go are you building with? Please note that Go 1.22 or newer is required.
We could use the incall flags, they are already set correctly for the SIP users: https://github.com/nextcloud/spreed/blob/0a0ced140c4fb2ce2b9ca6b273b7120d9c6e8b3d/src/constants.js#L132-L138 The internal client has `IN_CALL` and `WITH_AUDIO`, the (virtual) phone users have `IN_CALL` and...
> Although in the beginning audio/video enable/disabled was notified through data channels now the clients do that also through signaling messages [...] So the clients have to use three different...
Good news, the new version of the SIP bridge will support DataChannels 🎆 So now I just need a way to make sure the clients will actually enable them -...
Session ids contain encoded information about the session of a user. This includes a hash to prevent modifications and they are encrypted to prevent extraction of information. This is the...
@miaulalala rebased and added test for federation
@miaulalala done from my side, please let me know (or approve) when you are done testing (both regular and federation cases) and can confirm the rewriting of actor information with...