We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34d817 commit 046bd96Copy full SHA for 046bd96
1 file changed
src/audio/AudioSession.ts
@@ -31,6 +31,13 @@ const LivekitReactNative = NativeModules.LivekitReactNative
31
* 3. `"headset"`
32
* 4. `"bluetooth"`
33
*
34
+ * * audioMode - The audio mode to use for the audio session. Defaults to 'normal'.
35
+ *
36
+ * * audioFocusMode - The focus mode to use for the audio session. Defaults to 'gain'.
37
38
+ * See [AudioManager](https://developer.android.com/reference/android/media/AudioManager) for details
39
+ * on audio and focus modes.
40
41
* ----
42
* iOS
43
0 commit comments