onFirstRemoteVideoFrameDecoded property

OnFirstRemoteVideoFrameRenderedType? onFirstRemoteVideoFrameDecoded
getter/setter pair

This callback after the first frame of remote video stream is received and decoded by SDK.

  • For main stream, after joining the room, the subscriber will receive this callback only when the publisher publishes video stream for the first time.
  • For screen-sharing stream, the subscriber will receive this callback every time the publisher publishes or republishes the screen video stream.

Implementation

OnFirstRemoteVideoFrameRenderedType? onFirstRemoteVideoFrameDecoded;