1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-21 08:55:16 +00:00

Send calls configuration to RTC relay

This commit is contained in:
2021-02-08 18:00:03 +01:00
parent 9d67565517
commit a2b2fc89cf
2 changed files with 79 additions and 1 deletions

View File

@ -39,6 +39,9 @@ pub enum Event<'a> {
/// Deleted a comment
DeletedComment(&'a Comment),
/// Connection to RTC relay was closed
ClosedRTCRelayWebSocket,
/// No event
None,
}