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

时间:2024-03-25 20:33:11

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_0115.html