rejoinChannelSuccess property
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:
- String
channel
: Channel name. - int
uid
: User ID. - int
elapsed
:Time elapsed (ms) from the user calling RtcEngine.joinChannel until this callback is triggered.
Implementation
UidWithElapsedAndChannelCallback? rejoinChannelSuccess;