invite
Adds a new participant to the current chat.
Return
A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.
Parameters
user Id
UserId of the participant to be invited.
Adds a list of participants to the current chat.
Return
A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.
Parameters
user Ids
List of userIds of the participants to be invited.