实时音视频 SPARKRTC-事件回调(IHRTCConnection):onFirstRemoteVideoDecoded

时间:2024-10-24 09:45:22

onFirstRemoteVideoDecoded

virtual void onFirstRemoteVideoDecoded(IHRTCConnection* conn, const char* userId, int width, int height)

功能说明

远端用户视频流第一帧解码成功,触发此回调。

回调参数

  • conn:连接对象。
  • userId:用户ID。
  • width:视频宽。
  • height:视频高。
support.huaweicloud.com/csdk-rtc/rtc_05_0115.html