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

时间:2025-01-14 15:42:17

onRemoteVideoStateChangedNotify

virtual void onRemoteVideoStateChangedNotify(IHRTCConnection* conn, const char* userId, HRTCRemoteVideoStreamState state, HRTCRemoteVideoStreamStateReason reason)

功能说明

远端视频流状态变化回调。

回调参数

  • conn:连接对象。
  • userId:远端用户ID。
  • state:远端视频流状态,具体请参见HRTCRemoteVideoStreamState
  • reason:远端视频流状态变化原因,具体请参见HRTCRemoteVideoStreamStateReason
support.huaweicloud.com/csdk-rtc/rtc_05_0025.html