Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_bridges.h>
Data Fields | |
const char * | bridge_id |
const char ** | channel |
size_t | channel_count |
char * | channel_parse |
Argument struct for ast_ari_bridges_remove_channel()
Definition at line 180 of file resource_bridges.h.
const char* bridge_id |
Bridge's id
Definition at line 182 of file resource_bridges.h.
Referenced by ast_ari_bridges_remove_channel(), and ast_ari_bridges_remove_channel_cb().
const char** channel |
Array of Ids of channels to remove from bridge
Definition at line 184 of file resource_bridges.h.
Referenced by ast_ari_bridges_remove_channel(), ast_ari_bridges_remove_channel_cb(), and ast_ari_bridges_remove_channel_parse_body().
size_t channel_count |
Length of channel array.
Definition at line 186 of file resource_bridges.h.
Referenced by ast_ari_bridges_remove_channel(), ast_ari_bridges_remove_channel_cb(), and ast_ari_bridges_remove_channel_parse_body().
char* channel_parse |
Parsing context for channel.
Definition at line 188 of file resource_bridges.h.
Referenced by ast_ari_bridges_remove_channel_cb().