Skip to content

Commit 92daf81

Browse files
authored
fix: change android native module to LivekitReactNativeModule to match ios (#201)
1 parent dda3e68 commit 92daf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)