We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a6245 commit abda7cfCopy full SHA for abda7cf
android/src/main/java/com/livekit/reactnative/LivekitReactNativeModule.kt
@@ -124,7 +124,7 @@ class LivekitReactNativeModule(reactContext: ReactApplicationContext) : ReactCon
124
promise.resolve(Arguments.makeNativeArray(deviceIds))
125
}
126
127
- @ReactMethod(isBlockingSynchronousMethod = true)
+ @ReactMethod
128
fun selectAudioOutput(deviceId: String, promise: Promise) {
129
audioManager.selectAudioOutput(AudioDeviceKind.fromTypeName(deviceId))
130
promise.resolve(null)
0 commit comments