mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Add more data to jitsi calls
This commit is contained in:
parent
ccd4e4261b
commit
d53dcf1ea2
6 changed files with 55 additions and 1 deletions
|
|
@ -2323,6 +2323,12 @@ isConference:(bool)isConference {
|
|||
}
|
||||
}
|
||||
|
||||
- (void)addRemoteConnectedEvent:(bool)isRemoteConnected {
|
||||
if (_instance) {
|
||||
_instance->internal_addCustomNetworkEvent(isRemoteConnected);
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation OngoingGroupCallMediaChannelDescription
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue