FreeSWITCH.Native.freeswitch.switch_channel_perform_presence C# (CSharp) Method

switch_channel_perform_presence() public static method

public static switch_channel_perform_presence ( SWIGTYPE_p_switch_channel channel, string rpid, string status, string id, string file, string func, int line ) : void
channel SWIGTYPE_p_switch_channel
rpid string
status string
id string
file string
func string
line int
return void
        public static void switch_channel_perform_presence(SWIGTYPE_p_switch_channel channel, string rpid, string status, string id, string file, string func, int line)
        {
            freeswitchPINVOKE.switch_channel_perform_presence(SWIGTYPE_p_switch_channel.getCPtr(channel), rpid, status, id, file, func, line);
        }
freeswitch