实时音视频 SPARKRTC-事件回调(HWRtcConnection):connection:onRemoteVideoResolutionChangedNotify

时间:2024-09-13 11:45:24

connection:onRemoteVideoResolutionChangedNotify

- (void)connection:(HWRtcConnection *)connection onRemoteVideoResolutionChangedNotify:(NSString *_Nullable)userId width:(NSInteger)width height:(NSInteger)height;

功能说明

远端视频大小改变回调。

回调参数

  • connection:跨房引擎。
  • userId:用户ID。
  • width:视频流宽度。
  • height:视频流高度。
support.huaweicloud.com/csdk-rtc/rtc_05_0074.html