firstRemoteVideoFrame property

  1. @Deprecated('')
VideoFrameWithUidCallback? firstRemoteVideoFrame
getter/setter pair

Occurs when the first remote video frame is rendered. The SDK triggers this callback when the first local video frame is displayed/rendered on the local video view. The application can retrieve the time elapsed (the elapsed parameter) from a user joining the channel until the first video frame is displayed.

Param uid User ID of the remote user sending the video stream.

Param width Width (px) of the video frame.

Param height Height (px) of the video frame.

Param elapsed Time elapsed (ms) from the local user calling the joinChannel method until the SDK triggers this callback.

Implementation

@Deprecated('')
VideoFrameWithUidCallback? firstRemoteVideoFrame;