delegateConference

abstract fun delegateConference(room: Room, conferenceParticipant: ConferenceParticipant, hangupCall: Boolean = false, listener: IConferenceProxy.IDelegateConferenceListener?)

Delegate an ongoing conference from the user to another participant.

Parameters

room

Room the room with the associated conference you want to delegate

conferenceParticipant

ConferenceParticipant the user that you want to delegate the conference to

listener

IDelegateConferenceListener Callback (onSuccess, onFailure)