Ejemplo n.º 1
0
 /// <summary>
 /// Shuts webrtc down. All connection will be disconnected + if the server is started it will be stopped.
 ///
 /// The instance itself isn't released yet! Use Dispose to destroy the network entirely.
 /// </summary>
 public void Shutdown()
 {
     CAPI.Unity_WebRtcNetwork_Shutdown(mReference);
 }