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:
@ -39,6 +39,9 @@ pub enum Event<'a> {
|
||||
/// Deleted a comment
|
||||
DeletedComment(&'a Comment),
|
||||
|
||||
/// Connection to RTC relay was closed
|
||||
ClosedRTCRelayWebSocket,
|
||||
|
||||
/// No event
|
||||
None,
|
||||
}
|
||||
|
Reference in New Issue
Block a user