onUserSubStreamVideoStart method Null safety

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

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

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

Implementation

void onUserSubStreamVideoStart(int uid, int maxProfile);