Function switch_core_session_exec

Source
pub unsafe extern "C" fn switch_core_session_exec(
    session: *mut switch_core_session_t,
    application_interface: *const switch_application_interface_t,
    arg: *const c_char,
) -> switch_status_t
Expand description

\brief Execute an application on a session \param session the current session \param application_interface the interface of the application to execute \param arg application arguments \warning Has to be called from the session’s thread \return the application’s return value