rejoinChannelSuccess property
RtcStatsCallback?
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 RtcStatsCallback
typedef includes the following parameter:
- RtcStats
stats
: Statistics of the call.
Implementation
RtcStatsCallback? rejoinChannelSuccess;