Asterisk - The Open Source Telephony Project
21.4.1
|
Blob of data associated with a channel. More...
#include <stasis_channels.h>
Data Fields | |
struct ast_json * | blob |
struct ast_channel_snapshot * | snapshot |
Blob of data associated with a channel.
Definition at line 185 of file stasis_channels.h.
struct ast_json* blob |
JSON blob of data
Definition at line 189 of file stasis_channels.h.
struct ast_channel_snapshot* snapshot |
Channel blob is associated with (or NULL for global/all channels)
Definition at line 187 of file stasis_channels.h.