Skip to content

Commit 2476787

Browse files
OnestarLeebang9
andauthored
Update android/src/main/java/com/sendbird/calls/reactnative/module/CallsModuleStruct.kt
Co-authored-by: Hyungu Kang | Airen <[email protected]>
1 parent 962f389 commit 2476787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/sendbird/calls/reactnative/module/CallsModuleStruct.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface GroupCallModule: MediaDeviceControl {
4949
fun enter(roomId: String, options: ReadableMap, promise: Promise)
5050
fun exit(roomId: String)
5151
fun groupCallUpdateCustomItems(roomId: String, customItems: ReadableMap, promise: Promise)
52-
fun groupCallDeleteCustomItems(roomId: String, customItemKeys: com.facebook.react.bridge.ReadableArray, promise: Promise)
52+
fun groupCallDeleteCustomItems(roomId: String, customItemKeys: ReadableArray, promise: Promise)
5353
fun groupCallDeleteAllCustomItems(roomId: String, promise: Promise)
5454
}
5555

0 commit comments

Comments
 (0)