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 elapsed Time elapsed (ms) from starting to reconnect until the SDK triggers this callback.

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

Implementation

UidWithElapsedAndChannelCallback? rejoinChannelSuccess;