Ejemplo n.º 1
0
 public static void RegisterIceServer(WebRtcConfig config)
 {
     foreach (var vv in config.iceServers)
     {
         LibWebrtc.RegisterIceServer(vv.url, vv.username, vv.credential);
     }
 }
Ejemplo n.º 2
0
 public static void RegisterIceServer(WebRtcConfig config)
 {
     _config = config;
 }