onFirstVideoFrameDecoded method Null safety
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);