macos and other stuff

This commit is contained in:
Mikhail Filimonov
2025-02-17 12:41:04 +02:00
parent af00fd8e28
commit 39e8c7bb2e
4 changed files with 66 additions and 0 deletions

View File

@@ -1088,7 +1088,9 @@ public final class OngoingGroupCallContext {
}
func activateIncomingAudio() {
#if os(iOS)
self.context.activateIncomingAudio()
#endif
}
}