-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The function ChatroomUIKitClient/launchRoomViewWithOptionsWithRoomId should just have one with, and that should be the first parameter, so should instead be called: launchRoomViewWithRoomId. With the current set-up it appears in Swift as launchRoomViewWithOptions(roomId:frame:is:options:)
The parameter isOwner is set up as: is:(BOOL) owner, so when imported to swift the parameter is just is. Instead it should be isOwner:(BOOL) owner.
With those changes, the swift function will become launchRoomView(roomId:frame:isOwner:options:).
Metadata
Metadata
Assignees
Labels
No labels