inviteParticipant

abstract fun inviteParticipant(invitee: String, callback: CompletionHandler<InviteParticipantError>)

This invites a participant to the call. This is not applicable for WebexCalling and CUCM calls. Only a host or cohost can invite a participant.

Since

3.11.0

Parameters

invitee

The invitee to be added to the call. This can be a email address or a valid contact id.

callback

A completion handler which will notify if there is any error or if the invitee has been added successfully.