FreeSWITCH.Native.freeswitch.switch_channel_check_zrtp C# (CSharp) Метод

switch_channel_check_zrtp() публичный статический Метод

public static switch_channel_check_zrtp ( SWIGTYPE_p_switch_channel channel ) : void
channel SWIGTYPE_p_switch_channel
Результат void
        public static void switch_channel_check_zrtp(SWIGTYPE_p_switch_channel channel)
        {
            freeswitchPINVOKE.switch_channel_check_zrtp(SWIGTYPE_p_switch_channel.getCPtr(channel));
        }
freeswitch