expel Participant
fun expelParticipant(participant: Participant, onCompletion: (ConferenceError?) -> Unit)
Content copied to clipboard
Expels the specified participant from this conference.
Parameters
participant
Participant to be expelled.
on Completion
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.