CSharpRTMP.Core.Protocols.WebRtc.WebRtcAppProtocolHandler.UnRegisterProtocol C# (CSharp) Method

UnRegisterProtocol() public method

public UnRegisterProtocol ( BaseProtocol protocol ) : void
protocol BaseProtocol
return void
        public override void UnRegisterProtocol(BaseProtocol protocol)
        {
            //throw new NotImplementedException();
        }