Function switch_channel_get_private

Source
pub unsafe extern "C" fn switch_channel_get_private(
    channel: *mut switch_channel_t,
    key: *const c_char,
) -> *mut c_void
Expand description

\brief Retrieve private from a given channel \param channel channel to retrieve data from \param key unique keyname to retrieve your private data \return void pointer to channel’s private data