Пример #1
0
 public void Initialize(RtcPeerConnection pc)
 {
     if (pc != null)
     {
         _peerConnection = pc;
     }
     else
     {
         Debug.WriteLine("ORTCStatsManager: Cannot initialize peer connection by null pointer");
     }
 }
Пример #2
0
 public void Reset()
 {
     _peerConnection = null;
     StatsProviderPeerConnectionCall = null;
 }