reorder Participants
fun reorderParticipants(participants: List<Contact>, onCompletion: (SippoResourceError?) -> Unit)
Content copied to clipboard
Reorder the participant list for this group.
Parameters
participants
Ordered list of participant.
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.