accessCode property

String? accessCode
getter/setter pair

The access code for public group channel. The access code setting is only valid for public GroupChannels. Once the access code is set, users have to accept an invitation or join the public GroupChannel with the access code to be a member of the channel. Refer to GroupChannelOperation.join and GroupChannelOperation.acceptInvitation. To delete the existing access code, pass an empty string as to this and call GroupChannel.updateChannel.

Implementation

String? accessCode;