FreeSWITCH.Native.freeswitch.switch_channel_restart C# (CSharp) 메소드

switch_channel_restart() 공개 정적인 메소드

public static switch_channel_restart ( SWIGTYPE_p_switch_channel channel ) : void
channel SWIGTYPE_p_switch_channel
리턴 void
        public static void switch_channel_restart(SWIGTYPE_p_switch_channel channel)
        {
            freeswitchPINVOKE.switch_channel_restart(SWIGTYPE_p_switch_channel.getCPtr(channel));
        }
freeswitch