实时音视频 SparkRTC-事件回调(IHRTCEngineEventHandler):onFirstRemoteAuxiliaryStreamDecoded

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

onFirstRemoteAuxiliaryStreamDecoded

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

功能说明

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

回调参数

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