public PeerStatsView(RTCPeerConnection peer, WebRTCStats parent)
 {
     m_peerConnection = peer;
     m_parent         = parent;
 }
Пример #2
0
 public PeerListView(WebRTCStats parent)
 {
     m_parent = parent;
 }
Пример #3
0
        public static void Init()
        {
            WebRTCStats wnd = GetWindow <WebRTCStats>();

            wnd.titleContent = new GUIContent("WebRTC Stats");
        }