FreeSWITCH API Documentation  1.7.0
Data Fields
event_channel_data_t Struct Reference
+ Collaboration diagram for event_channel_data_t:

Data Fields

char * event_channel
 
cJSONjson
 
char * key
 
switch_event_channel_id_t id
 

Detailed Description

Definition at line 2832 of file switch_event.c.

Field Documentation

char* event_channel_data_t::event_channel

Definition at line 2833 of file switch_event.c.

Referenced by destroy_ecd(), ecd_deliver(), and switch_event_channel_broadcast().

switch_event_channel_id_t event_channel_data_t::id

Definition at line 2836 of file switch_event.c.

Referenced by ecd_deliver(), and switch_event_channel_broadcast().

cJSON* event_channel_data_t::json

Definition at line 2834 of file switch_event.c.

Referenced by destroy_ecd(), ecd_deliver(), and switch_event_channel_broadcast().

char* event_channel_data_t::key

Definition at line 2835 of file switch_event.c.

Referenced by destroy_ecd(), ecd_deliver(), and switch_event_channel_broadcast().


The documentation for this struct was generated from the following file: