kick

fun kick(userId: String): Completable

Removes a participant from the current chat.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

userId

UserId of the participant to be kicked.