Asterisk - The Open Source Telephony Project
21.4.1
|
Blob of data associated with a bridge. More...
#include <stasis_bridges.h>
Data Fields | |
struct ast_json * | blob |
struct ast_bridge_snapshot * | bridge |
struct ast_channel_snapshot * | channel |
Blob of data associated with a bridge.
blob
is actually a JSON object of structured data. It has a "type" field which contains the type string describing this blob. Definition at line 123 of file stasis_bridges.h.
struct ast_json* blob |
JSON blob of data
Definition at line 129 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), and conf_send_event_to_participants().
struct ast_bridge_snapshot* bridge |
Bridge blob is associated with (or NULL for global/all bridges)
Definition at line 125 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), conf_send_event_to_participants(), and handle_bridge_leave_message().
struct ast_channel_snapshot* channel |
Channel blob is associated with (may be NULL for some messages)
Definition at line 127 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), conf_send_event_to_participants(), and handle_bridge_leave_message().