firstRemoteVideoFrame property
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 elapsed
Time elapsed (ms) from the local user calling the joinChannel method until the SDK triggers this callback.
Param width
Width (px) of the video frame.
Param uid
User ID of the remote user sending the video stream.
Implementation
OnFirstRemoteVideoFrame? firstRemoteVideoFrame;