onFirstLocalVideoFramePublished property
已发布本地视频首帧回调。
SDK 会在以下三种时机触发该回调: 开启本地视频模块的情况下,调用 joinChannel 成功加入频道后。 调用 muteLocalVideoStream (true),再调用 muteLocalVideoStream (false) 后。 调用 disableVideo ,再调用 enableVideo 后。
connectionConnection 信息。详见 RtcConnection 。elapsed从调用 joinChannel 方法到触发该回调的时间间隔(毫秒)。
Implementation
final void Function(RtcConnection connection, int elapsed)?
onFirstLocalVideoFramePublished;