hangUpParticipant

abstract suspend fun hangUpParticipant(room: IRainbowRoom, participant: ConferenceParticipant): RainbowResult<Unit>

Hangup a participant from a conference

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom (bubble) associated to the conference

participant

ConferenceParticipant participant to hangup