Volume adjustment

This commit is contained in:
Ali
2020-12-28 15:19:30 +04:00
parent c4b2bfaab4
commit d906e94c0b
7 changed files with 4 additions and 32 deletions

View File

@@ -1235,15 +1235,6 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
}
public func setVolume(peerId: PeerId, volume: Double) {
for (ssrc, id) in self.ssrcMapping {
if id == peerId {
self.callContext?.setVolume(ssrc: ssrc, volume: volume)
break
}
}
}
public func setCurrentAudioOutput(_ output: AudioSessionOutput) {
guard self.currentSelectedAudioOutputValue != output else {
return