onUserVideoMute abstract method

void onUserVideoMute(
  1. int uid,
  2. bool muted
)

远端用户视频静音状态变更

Implementation

void onUserVideoMute(int uid, bool muted);