invite
Adds a new participant to the current chat.
Parameters
user Id
UserId of the participant to be invited.
on Completion
Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.
Adds a list of participants to the current chat.
Parameters
user Ids
List of userIds of the participants to be invited.
on Completion
Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.