Implement screen capture audio sharing

This commit is contained in:
Ali
2021-06-29 19:43:43 +04:00
parent 76c8d9e10d
commit db0fbce155
8 changed files with 225 additions and 99 deletions

View File

@@ -734,8 +734,10 @@ public final class ManagedAudioSession {
switch type {
case .voiceCall:
mode = .voiceChat
options.insert(.mixWithOthers)
case .videoCall:
mode = .videoChat
options.insert(.mixWithOthers)
default:
mode = .default
}