invite Participant
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. (Derived parameter: Use Call.getMemberships to get a list of participants. Then use CallMembership.getPersonId to retrieve the participant's ID)
callback
A completion handler which will notify if there is any error or if the invitee has been added successfully.