Skip to content

Parameter and function naming issue #2

@maxxfrazer

Description

@maxxfrazer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions