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

switch_channel_callstate2str() 공개 정적인 메소드

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