invite Participants
Call this method to invite new participants (users and/or groups) to the conversation.
This method adds the given invited users/groups to the existing conversation, if this conversation for a PTT session, the invited participants will be automatically added to the existing PTT session and all will be notified with a new incoming PTT session.
The given conversation should be an active group conversation (THREAD_TYPE_GROUP).
The user must be a regular admin or an admin initiator to invite a participant to the conversation.
In a broadcast call group conversation, no recipient is able to invite new participants.
An event IConversationObservable will be delegated when the invitation is successfully sent or failed.
See also
Parameters
The application context
The list of international phone numbers and/or list of groups that you want to invite (example of users format: [group:1,group:2,1234567891,1234567892,1234567893])
Conversation Id.
This callback will be invoked to handle operation result :
- Success : the invitation request is successfully sent to the server
- Error : a local error occurred when trying to send the invitation request to the server