Voice chat improvements

This commit is contained in:
Ali
2021-03-15 19:02:50 +04:00
parent f2e8c46e30
commit 244196ec28
3 changed files with 47 additions and 14 deletions

View File

@@ -305,6 +305,7 @@ public protocol PresentationGroupCall: class {
var isMuted: Signal<Bool, NoError> { get }
var memberEvents: Signal<PresentationGroupCallMemberEvent, NoError> { get }
var reconnectedAsEvents: Signal<Peer, NoError> { get }
func reconnect(with invite: String)
func reconnect(as peerId: PeerId)