实时音视频 SPARKRTC-事件回调(IHRTCEngine):onRemoteUserNameChangedNotify

时间:2024-10-24 09:45:22

onRemoteUserNameChangedNotify

virtual void onRemoteUserNameChangedNotify(const char* roomId, const char* userId, const char* userName)

功能说明

远端用户昵称变化,触发此回调。

回调参数

  • roomId:房间ID。
  • userId:用户ID。
  • userName:变更后的昵称。
support.huaweicloud.com/csdk-rtc/rtc_05_0107.html