delegateConference

abstract fun delegateConference(room: IRainbowRoom?, conferenceParticipant: ConferenceParticipant?, hangupCall: Boolean = false, listener: RainbowListener<Unit, ConferenceRepository.DelegateConferenceError>? = null)

Delegate an ongoing conference from the user to another participant.

Parameters

room

IRainbowRoom the room with the associated conference you want to delegate

conferenceParticipant

ConferenceParticipant the user that you want to delegate the conference to

hangupCall

Boolean to hang up the call after the delegation

listener

RainbowListenerDelegateConferenceError callback (onSuccess, onFailure)