onRejoinChannelSuccess property

void Function(RtcConnection connection, int elapsed)? onRejoinChannelSuccess
final

Occurs when a user rejoins the channel.

  • elapsed Time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback.

Implementation

final void Function(RtcConnection connection, int elapsed)?
    onRejoinChannelSuccess;