delegate Conference
abstract fun delegateConference(room: Room, conferenceParticipant: ConferenceParticipant, hangupCall: Boolean = false, listener: IConferenceProxy.IDelegateConferenceListener?)
Content copied to clipboard
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)