public PeerStatsView(RTCPeerConnection peer, WebRTCStats parent)
 {
     m_peerConnection = peer;
     m_parent         = parent;
 }
Esempio n. 2
0
 public PeerListView(WebRTCStats parent)
 {
     m_parent = parent;
 }
Esempio n. 3
0
        public static void Init()
        {
            WebRTCStats wnd = GetWindow <WebRTCStats>();

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