Asterisk - The Open Source Telephony Project
18.5.0
|
A conference state object to hold the various state callback functions. More...
#include <conf_state.h>
A conference state object to hold the various state callback functions.
Definition at line 48 of file conf_state.h.
Function to handle entry to a state
Definition at line 56 of file conf_state.h.
Referenced by conf_change_state().
conference_exit_fn exit |
Function to handle exiting from a state
Definition at line 57 of file conf_state.h.
Referenced by conf_change_state().
conference_event_fn join_marked |
Handle a marked join event
Definition at line 52 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn join_unmarked |
Handle an unmarked join event
Definition at line 50 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn join_waitmarked |
Handle a waitmarked join event
Definition at line 51 of file conf_state.h.
Referenced by handle_conf_user_join().
conference_event_fn leave_marked |
Handle a marked leave event
Definition at line 55 of file conf_state.h.
Referenced by handle_conf_user_leave().
conference_event_fn leave_unmarked |
Handle an unmarked leave event
Definition at line 53 of file conf_state.h.
Referenced by handle_conf_user_leave().
conference_event_fn leave_waitmarked |
Handle a waitmarked leave event
Definition at line 54 of file conf_state.h.
Referenced by handle_conf_user_leave().
const char* name |
Definition at line 49 of file conf_state.h.
Referenced by conf_change_state(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().