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

switch_loadable_module_get_chat_interface() public static method

public static switch_loadable_module_get_chat_interface ( string name ) : switch_chat_interface
name string
return switch_chat_interface
        public static switch_chat_interface switch_loadable_module_get_chat_interface(string name)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_loadable_module_get_chat_interface(name);
            switch_chat_interface ret = (cPtr == IntPtr.Zero) ? null : new switch_chat_interface(cPtr, false);
            return ret;
        }
freeswitch