@@ -389,7 +389,7 @@
if(!_didReportWebRtcType){//还没上报过通道链接情况
tryRelinkNum ++;
- if(tryRelinkNum == 3){
+ if(tryRelinkNum == 2){
tryRelinkNum = 0;
_didReportWebRtcType = YES;
[[webRtcManager shareManager] reportWebRtcRePoportTypeIsChannel:YES withStats:nil];