GroupChannelOperations extension

Set of functionality related to operating a group channel

on

Methods

acceptInvitation({String? accessCode}) Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Accepts received invitation to join on this channel.
declineInvitation() Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Declines received invitation to join this channel.
inviteUsers(List<String> userIds) Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Invites one or more User with given userIds to this channel.
join({String? accessCode}) Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Joins this channel
leave({bool? shouldRemoveOperatorStatus}) Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Leaves this channel
resetMyHistory() Future<void>

Available on GroupChannel, provided by the GroupChannelOperations extension

Resets (clear) any previous messages on this channel.