firstLocalVideoFramePublished property

ElapsedCallback? firstLocalVideoFramePublished
getter/setter pair

Occurs when the first video frame is published. The SDK triggers this callback under one of the following circumstances: The local client enables the video module and calls joinChannel successfully. The local client calls muteLocalVideoStream (true) and muteLocalVideoStream(false) in sequence. The local client calls disableVideo and enableVideo in sequence.

Param elapsed The time elapsed(ms) from the local client calling joinChannel until the SDK triggers this callback.

Implementation

ElapsedCallback? firstLocalVideoFramePublished;