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

switch_ivr_broadcast_in_thread() public static method

public static switch_ivr_broadcast_in_thread ( SWIGTYPE_p_switch_core_session session, string app, int flags ) : void
session SWIGTYPE_p_switch_core_session
app string
flags int
return void
        public static void switch_ivr_broadcast_in_thread(SWIGTYPE_p_switch_core_session session, string app, int flags)
        {
            freeswitchPINVOKE.switch_ivr_broadcast_in_thread(SWIGTYPE_p_switch_core_session.getCPtr(session), app, flags);
        }
freeswitch