mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add more data to jitsi calls
This commit is contained in:
@@ -1035,6 +1035,10 @@ public final class OngoingGroupCallContext {
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
func addRemoteConnectedEvent(isRemoteConntected: Bool) {
|
||||
self.context.addRemoteConnectedEvent(isRemoteConntected)
|
||||
}
|
||||
}
|
||||
|
||||
private let queue = Queue()
|
||||
@@ -1250,4 +1254,10 @@ public final class OngoingGroupCallContext {
|
||||
impl.setTone(tone: tone)
|
||||
}
|
||||
}
|
||||
|
||||
public func addRemoteConnectedEvent(isRemoteConntected: Bool) {
|
||||
self.impl.with { impl in
|
||||
impl.addRemoteConnectedEvent(isRemoteConntected: isRemoteConntected)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user