WindowsPhone.Conference.WebRTC.Signalling.Signalling C# (CSharp) Method

Signalling() public method

public Signalling ( string websyncServerUrl ) : System
websyncServerUrl string
return System
        public Signalling(string websyncServerUrl)
        {
            WebSyncServerUrl = websyncServerUrl;
        }