onUserVideoProfileUpdate method Null safety

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

Get notified when the video quality is updated

uid user ID maxProfile maxProfile] Maximum supported resolution NERtcVideoProfile

Implementation

void onUserVideoProfileUpdate(int uid, int maxProfile);