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

switch_channel_callstate2str() public static method

public static switch_channel_callstate2str ( switch_channel_callstate_t callstate ) : string
callstate switch_channel_callstate_t
return string
        public static string switch_channel_callstate2str(switch_channel_callstate_t callstate)
        {
            string ret = freeswitchPINVOKE.switch_channel_callstate2str((int)callstate);
            return ret;
        }
freeswitch