huangxiaodong 7 ヶ月 前
コミット
8dadcd7319
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      创维盒子/双子星云手机/webRtc/webRtcManager/webRtcManager+StatisticsReport.m

+ 2 - 2
创维盒子/双子星云手机/webRtc/webRtcManager/webRtcManager+StatisticsReport.m

@@ -11,7 +11,7 @@
 // IsChannel:是否是P2P通道
 - (void)reportWebRtcRePoportTypeIsChannel:(BOOL)IsChannel withStats:(RTC_OBJC_TYPE(RTCStatisticsReport) *)stats
 {
-    HLog(@"444444 %@",stats)
+    //HLog(@"444444 %@",stats)
     if(!stats){
         [self reportWebRtcRePoportTypeIsChannel:IsChannel withStatus:0 withPublicIp:@"" withPublicPort:@"" withPrivateIp:@"" withPrivatePort:@""];
         return;
@@ -27,7 +27,7 @@
     for (NSString *key in [stats.statistics allKeys]) {
         RTCStatistics *rtcStatistics = [stats.statistics objectForKey:key];
         
-        HLog(@"222 %@",rtcStatistics.type)
+        //HLog(@"222 %@",rtcStatistics.type)
         
         if ([rtcStatistics.type isEqualToString:@"transport"]) {
             jsonTransport = rtcStatistics.values;