hangUpParticipant

abstract fun hangUpParticipant(room: IRainbowRoom?, participant: ConferenceParticipant?, listener: RainbowListener<Unit, ConferenceRepository.ConferenceOptionsError>? = null)

hangup a participant in a conference

Parameters

room

IRainbowRoom (bubble) associated to the conference

participant

ConferenceParticipant participant to hangup

listener

RainbowListenerConferenceOptionsError> callback (onSuccess, onError)