Daniel Molkentin
Daniel Molkentin
Can anyone confirm this works with 1.3?
Did you check the logs for relevant output? As @iSchluff mentioned, there is log output now for the case where something fails: ```go func (s *Server) HandleSockets(w http.ResponseWriter, r *http.Request)...
@DigibitDK can you try building with https://github.com/voc/srtrelay/pull/75?
PR 2 requires to merge the pull request #42, which adds support for what you are asking via libattica (using OCS specs). This does not require to hand over sessions....
This is waiting for https://github.com/owncloud/core/issues/5453.
Sounds good from my side. Not sure about the 'encrypt nonce in memory' part, because this usually doesn't work as expected, even if you go down to C-level, and because...
Of course, this webhook doesn't use a checksum that needs resigning but a Bearer Token that gets resigned: https://github.com/bigbluebutton/bigbluebutton/blob/develop/record-and-playback/core/scripts/post_events/post_events_analytics_callback.rb#L82. So this doesn't work 1:1.
This works for us without the need to disable `rewriteUniqueMeetingIDRequest` (which renders the whole concept of multiple frontends impossible). Which version of b3scale are you using? How are you importing...
Ah, one thing you might not be aware of: the meeting id is not an arbitrary base64 value, but you can decode the base64 value and get `b3s`, the original...
Adding @samuelwei and @defnull as the maintainers of PILOS and bbblb and @ffdixon and @antobinary since we have loosely discussed this in the past. @farhatahmad would this be something you...