Skip to content

Commit add27aa

Browse files
committed
fix: change native module to LivekitReactNativeModule to match ios
1 parent dda3e68 commit add27aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/livekit/reactnative/LivekitReactNativeModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LivekitReactNativeModule(reactContext: ReactApplicationContext) : ReactCon
2323
val audioSinkManager = AudioSinkManager(reactContext)
2424
val audioManager = AudioSwitchManager(reactContext.applicationContext)
2525
override fun getName(): String {
26-
return "LivekitReactNative"
26+
return "LivekitReactNativeModule"
2727
}
2828

2929
@ReactMethod

0 commit comments

Comments
 (0)