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

switch_channel_get_private_partner() public static method

public static switch_channel_get_private_partner ( SWIGTYPE_p_switch_channel channel, string key ) : SWIGTYPE_p_void
channel SWIGTYPE_p_switch_channel
key string
return SWIGTYPE_p_void
        public static SWIGTYPE_p_void switch_channel_get_private_partner(SWIGTYPE_p_switch_channel channel, string key)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_channel_get_private_partner(SWIGTYPE_p_switch_channel.getCPtr(channel), key);
            SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);
            return ret;
        }
freeswitch