onFirstVideoFrameDecoded method Null safety

void onFirstVideoFrameDecoded(
  1. int uid,
  2. int width,
  3. int height
)

Get notified when the first video frame published from a remote user is decoded.

uid ID of a remote user width the width of the first frame height the height of the first frame

Implementation

void onFirstVideoFrameDecoded(int uid, int width, int height);