joinGroupChats

fun joinGroupChats(onCompletion: (SippoResourceError?) -> Unit)

Joins all the group chats in the list of currentGroupChats.

This function attempts to join each group chat in currentGroupChats. If there are no group chats, it completes immediately.

Parameters

onCompletion

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.