Chat UIKit Flutter v3
Chat UIKit Flutter
Chat UIKit
Flutter
Version 3

Invite users

Copy link

Users can invite new users to a channel through SBUGroupChannelInviteScreen. All users are listed through pagination and members who already belong to the channel can't be selected.


Invite user screen

Copy link


The messageCollectionNo parameter in SBUGroupChannelInformationScreen constructor is required.

Widget screen = SBUGroupChannelInviteScreen(
  messageCollectionNo: collectionNoInSBUGroupChannelScreen, // Required parameter
);