Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_bridge_blob Struct Reference

Blob of data associated with a bridge. More...

#include <stasis_bridges.h>

Data Fields

struct ast_jsonblob
 
struct ast_bridge_snapshotbridge
 
struct ast_channel_snapshotchannel
 

Detailed Description

Blob of data associated with a bridge.

Since
12 The 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.

Field Documentation

struct ast_json* blob
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().


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