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

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

onFirstRemoteAuxiliaryStreamDecoded

void onFirstRemoteAuxiliaryStreamDecoded(HRTCConnection conn, String roomId, String userId, int width, int height);

功能说明

接收到第一帧远端辅流并解码成功,触发此回调。

回调参数

  • conn:回调对应的HRTCConnection实例。
  • roomId:视频流对应的房间ID。
  • userId:视频流对应的用户ID。
  • width:视频流宽。
  • height:视频流高。
support.huaweicloud.com/csdk-rtc/rtc_05_0034.html