onUserVideoStart method Null safety

void onUserVideoStart(
  1. int uid,
  2. int maxProfile
)

Get notified when a remote user turns on a video stream.

uid ID of a remote user. maxProfile maxProfile] Maximum supported resolution NERtcVideoProfile

Implementation

void onUserVideoStart(int uid, int maxProfile);