Function switch_channel_set_name

Source
pub unsafe extern "C" fn switch_channel_set_name(
    channel: *mut switch_channel_t,
    name: *const c_char,
) -> switch_status_t
Expand description

\brief Assign a name to a given channel \param channel channel to assign name to \param name name to assign \return SWITCH_STATUS_SUCCESS if name was assigned