onJoinChannelSuccess property
Occurs when a user joins a channel.
This callback notifies the application that a user joins a specified channel.
connectionThe connection information. See RtcConnection.elapsedThe time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback.
Implementation
final void Function(RtcConnection connection, int elapsed)?
onJoinChannelSuccess;