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

RegisterProtocol() public method

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