webRtcManager+StatisticsReport.h 373 B

123456789101112131415161718
  1. //
  2. // webRtcManager+StatisticsReport.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/9/10.
  6. //
  7. #import "webRtcManager.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface webRtcManager (StatisticsReport)
  10. // IsChannel:是否是P2P通道
  11. - (void)reportWebRtcRePoportTypeIsChannel:(BOOL)IsChannel withStats:(RTC_OBJC_TYPE(RTCStatisticsReport) *)stats;
  12. @end
  13. NS_ASSUME_NONNULL_END