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

set_auto_priority() public static method

public static set_auto_priority ( ) : int
return int
        public static int set_auto_priority()
        {
            int ret = freeswitchPINVOKE.set_auto_priority();
            return ret;
        }
freeswitch