You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,7 +189,7 @@ public final actor MediaMixer {
185
189
/// - Attention: You can perform multi-microphone capture by specifying as follows on macOS. Unfortunately, it seems that only one microphone is available on iOS.
186
190
///
187
191
/// ```swift
188
-
/// let mixer = MediaMixer(multiCamSessionEnabled: false, multiTrackAudioMixingEnabled: true)
192
+
/// let mixer = MediaMixer(multiTrackAudioMixingEnabled: true)
189
193
///
190
194
/// var audios = AVCaptureDevice.devices(for: .audio)
0 commit comments