コード例 #1
0
 public void RemoveListener(IWebRtcClient webRtcClient)
 {
     webRtcClients.Remove(webRtcClient);
 }
コード例 #2
0
 public void AddListener(IWebRtcClient webRtcClient)
 {
     webRtcClients.Add(webRtcClient);
 }