Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-01-24 18:04:40 +03:00
parent 8467d6b387
commit e271c97b09
8 changed files with 169 additions and 134 deletions

View File

@@ -297,7 +297,7 @@ public protocol PresentationGroupCall: class {
func setVolume(peerId: PeerId, volume: Int32, sync: Bool)
func setCurrentAudioOutput(_ output: AudioSessionOutput)
func updateMuteState(peerId: PeerId, isMuted: Bool)
func updateMuteState(peerId: PeerId, isMuted: Bool) -> GroupCallParticipantsContext.Participant.MuteState?
func invitePeer(_ peerId: PeerId) -> Bool
func removedPeer(_ peerId: PeerId)