onRejoinChannelSuccess property
成功重新加入频道回调。
elapsed从调用 joinChannel 方法到触发该回调的时间间隔(毫秒)。
Implementation
final void Function(RtcConnection connection, int elapsed)?
onRejoinChannelSuccess;
成功重新加入频道回调。
elapsed 从调用 joinChannel 方法到触发该回调的时间间隔(毫秒)。final void Function(RtcConnection connection, int elapsed)?
onRejoinChannelSuccess;