实时音视频 SparkRTC-事件回调(HWRtcConnection):connection:onUserRoleChangedNotify

时间:2025-02-12 14:55:01

connection:onUserRoleChangedNotify

- (void)connection:(HWRtcConnection *)connection onUserRoleChangedNotify:(HWRtcRole)oldRole           newRole:(HWRtcRole)newRole;

功能说明

用户跨房的房间内角色切换成功,触发此回调。

回调参数

  • connection:跨房引擎。
  • oldRole:切换前的角色,具体请参见HWRtcRole
  • newRole:切换成功后的角色,具体请参见HWRtcRole
support.huaweicloud.com/csdk-rtc/rtc_05_0074.html