123456789101112131415161718 |
- //
- // webRtcManager+StatisticsReport.h
- // 双子星云手机
- //
- // Created by xd h on 2024/9/10.
- //
- #import "webRtcManager.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface webRtcManager (StatisticsReport)
- // IsChannel:是否是P2P通道
- - (void)reportWebRtcRePoportTypeIsChannel:(BOOL)IsChannel withStats:(RTC_OBJC_TYPE(RTCStatisticsReport) *)stats;
- @end
- NS_ASSUME_NONNULL_END
|