onUserVideoProfileUpdate method

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

远端用户视频编码配置已更新回调。

uid 远端用户 ID

maxProfile 最大分辨率等级

Implementation

void onUserVideoProfileUpdate(int uid, int maxProfile) {}