Function switch_core_session_message_send

Source
pub unsafe extern "C" fn switch_core_session_message_send(
    uuid_str: *const c_char,
    message: *mut switch_core_session_message_t,
) -> switch_status_t
Expand description

\brief Send a message to another session using it’s uuid \param uuid_str the unique id of the session you want to send a message to \param message the switch_core_session_message_t object to send \return the status returned by the message handler