Skip to content

Commit f5d513f

Browse files
committed
fix: microphone not getting enabled if we join with USAGE_MEDIA mode
1 parent 8a48b85 commit f5d513f

File tree

1 file changed

+1
-0
lines changed
  • stream-video-android-core/src/main/kotlin/io/getstream/video/android/core

1 file changed

+1
-0
lines changed

stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/MediaManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ class MicrophoneManager(
527527
audioHandler.start()
528528
} else {
529529
logger.d { "[MediaManager#setup] Usage is MEDIA or audioHandle is already initialized" }
530+
capturedOnAudioDevicesUpdate?.invoke()
530531
}
531532
}
532533
}

0 commit comments

Comments
 (0)