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

CallClient() public method

public CallClient ( BaseProtocol to, string functionName, Variant param ) : void
to BaseProtocol
functionName string
param Variant
return void
        public override void CallClient(BaseProtocol to, string functionName, Variant param)
        {
            //throw new NotImplementedException();
        }