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

switch_core_get_uuid() public static method

public static switch_core_get_uuid ( ) : string
return string
        public static string switch_core_get_uuid()
        {
            string ret = freeswitchPINVOKE.switch_core_get_uuid();
            return ret;
        }
freeswitch