实时音视频 SPARKRTC-事件回调(HWRtcEngine):onFirstRemoteAuxiliaryStreamDecoded

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

onFirstRemoteAuxiliaryStreamDecoded

- (void)onFirstRemoteAuxiliaryStreamDecoded:(NSString*)roomId userId:(NSString*)userId width:(int)width height:(int)height;

功能说明

引擎收到第一帧远端视频流并解码成功回调。

回调参数
  • roomId:视频流对应的房间ID。
  • userId:视频流对应的用户ID。
  • width:视频流宽度。
  • height:视频流高度。
support.huaweicloud.com/csdk-rtc/rtc_05_0065.html