firstLocalVideoFrame property

VideoFrameCallback? firstLocalVideoFrame
getter/setter pair

Occurs when the first local video frame is rendered. The SDK triggers this callback when the first local video frame is displayed/rendered on the local video view.

Param width The width (px) of the first local video frame.

Param height The height (px) of the first local video frame.

Param elapsed The time elapsed (ms) from the local user calling joinChanneluntil the SDK triggers this callback. If you call startPreview before calling joinChannel, then this parameter is the time elapsed from calling the startPreview method until the SDK triggers this callback.

Implementation

VideoFrameCallback? firstLocalVideoFrame;