makeHost

abstract fun makeHost(participantId: String, callback: CompletionHandler<MakeHostError>)

Assign the host role to a participant. Only a host can assign the host role to another participant.

Since

3.11.0

Parameters

participantId

The participant to whom the host role is to be assigned. (Derived parameter: Use Call.getMemberships to get a list of participants. Then use CallMembership.getPersonId to retrieve the participant's ID)