expelParticipant

fun expelParticipant(participant: Participant, onCompletion: (ConferenceError?) -> Unit)

Expels the specified participant from this conference.

Parameters

participant

Participant to be expelled.

onCompletion

Callback that will be invoked when the request is completed. It will receive a ConferenceError if any error occurs. In case of success, error will be null.