inviteUser

open fun inviteUser(@NonNull userIds: List<String>, @Nullable handler: OnCompleteHandler)

Invites users with id in userIds to the channel.

Parameters

userIds

User IDs to be invited to the channel

handler

Callback handler called when this method is completed since 3.0.0