This commit is contained in:
Ali
2021-04-25 23:08:18 +04:00
parent d882e72f14
commit 09576bb391
8 changed files with 54 additions and 3 deletions

View File

@@ -1852,6 +1852,9 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
} else if participant.muteState?.mutedByYou == true {
strongSelf.callContext?.setVolume(ssrc: ssrc, volume: 0.0)
}
if participant.isVideoMuted {
strongSelf.callContext?.removeIncomingVideoSource(ssrc)
}
}
}