Thanh Dodeur
Thanh Dodeur
Adds a `PeerToPeer` class and service with an API that is almost identical to the SFU API: `connect()`, `disconnect()`, `updateUpload()`, `updateState()`, `updateDownload()`, and emits `update` events. The main differences being...
Before this commit, it was possible that a bus message containing a `mail.message.rtc.session` record update reached the client before the response to the `/mail/rtc/channel/join_call` route. Since the condition for the...
This commit implements the web push notification feature for the call invitations with the `accept`/`decline` actions to join the call from the notification or reject it without the need to...
The fields shared between `discuss.channel.rtc.session` and the Record `RtcSession` are now always in snake_case.