pub unsafe extern "C" fn switch_channel_init(
channel: *mut switch_channel_t,
session: *mut switch_core_session_t,
state: switch_channel_state_t,
flag: switch_channel_flag_t,
) -> switch_status_tExpand description
\brief Connect a newly allocated channel to a session object and setup it’s initial state \param channel the channel to initilize \param session the session to connect the channel to \param state the initial state of the channel \param flags the initial channel flags