expelParticipant

fun expelParticipant(participant: Participant): Completable

Expels the specified participant from this conference.

Return

A completable that will emit when the request is processed. In case of error, it will emit a ConferenceError.

Parameters

participant

Participant to be expelled.