rejoinChannelSuccess property

UidWithElapsedAndChannelCallback? rejoinChannelSuccess
getter/setter pair

Occurs when a user rejoins the channel after being disconnected due to network problems.

When a user loses connection with the server because of network problems, the SDK automatically tries to reconnect and triggers this callback upon reconnection.

The UidWithElapsedAndChannelCallback typedef includes the following parameters:

Implementation

UidWithElapsedAndChannelCallback? rejoinChannelSuccess;