onRejoinChannelSuccess property

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

成功重新加入频道回调。

  • elapsed 从调用 joinChannel 方法到触发该回调的时间间隔(毫秒)。

Implementation

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