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 dda3e68 commit add27aaCopy full SHA for add27aa
android/src/main/java/com/livekit/reactnative/LivekitReactNativeModule.kt
@@ -23,7 +23,7 @@ class LivekitReactNativeModule(reactContext: ReactApplicationContext) : ReactCon
23
val audioSinkManager = AudioSinkManager(reactContext)
24
val audioManager = AudioSwitchManager(reactContext.applicationContext)
25
override fun getName(): String {
26
- return "LivekitReactNative"
+ return "LivekitReactNativeModule"
27
}
28
29
@ReactMethod
0 commit comments