join

fun join(onCompletion: (SippoResourceError?) -> Unit)

Sends a special message asking the recipient to join the room associated to the current chat. This method has no effect for individual chats.

Parameters

onCompletion

Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.