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

时间:2024-01-25 15:05:49

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