mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add reconnection with invite hash if voice chat is already opened in listener mode
This commit is contained in:
@@ -306,6 +306,7 @@ public protocol PresentationGroupCall: class {
|
||||
|
||||
var memberEvents: Signal<PresentationGroupCallMemberEvent, NoError> { get }
|
||||
|
||||
func reconnect(with invite: String)
|
||||
func reconnect(as peerId: PeerId)
|
||||
func leave(terminateIfPossible: Bool) -> Signal<Bool, NoError>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user