rejoinChannelSuccess property

UidWithElapsedAndChannelCallback? rejoinChannelSuccess
getter/setter pair

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

Param channel The name of the channel.

Param uid The ID of the user who rejoins the channel.

Param elapsed Time elapsed (ms) from starting to reconnect until the SDK triggers this callback.

Implementation

UidWithElapsedAndChannelCallback? rejoinChannelSuccess;