Skip to main content

write_stream_response

Function write_stream_response 

Source
pub unsafe fn write_stream_response(
    raw: *mut switch_stream_handle_t,
    text: &str,
) -> Status
Expand description

Writes a string response to a raw FreeSWITCH stream handle.

ยงSafety

raw must point to a live FreeSWITCH stream handle and remain valid for the duration of this call.