Merge commit '82ff76bb694e994f668a8c371f14167408246063'

This commit is contained in:
Ali
2020-11-26 02:55:01 +04:00
13 changed files with 141 additions and 58 deletions

View File

@@ -227,7 +227,11 @@ public protocol PresentationGroupCall: class {
func toggleIsMuted()
func setIsMuted(_ value: Bool)
func setCurrentAudioOutput(_ output: AudioSessionOutput)
func updateMuteState(peerId: PeerId, isMuted: Bool)
func invitePeer(_ peerId: PeerId)
var invitedPeers: Signal<Set<PeerId>, NoError> { get }
}
public protocol PresentationCallManager: class {