Luz.Net.WebRtcNetwork.WebRtcNetwork C# (CSharp) Method

WebRtcNetwork() public method

Creates a WebRtcNetwork using default values. This can be used for testing but as it uses an unreliable test server you should setup the WebRtcNetwork(config) for anything you want to release.
public WebRtcNetwork ( ) : System
return System
        public WebRtcNetwork()
        {
            mReference = UnityWebRtcNetworkCreate("");
            mConnectionsReadOnly = mConnections.AsReadOnly();
        }

Same methods

WebRtcNetwork::WebRtcNetwork ( string config ) : System