Asterisk - The Open Source Telephony Project
21.4.1
|
#include <resource_bridges.h>
Data Fields | |
const char * | bridge_id |
const char * | name |
const char * | type |
Argument struct for ast_ari_bridges_create()
Definition at line 54 of file resource_bridges.h.
const char* bridge_id |
Unique ID to give to the bridge being created.
Definition at line 58 of file resource_bridges.h.
Referenced by ast_ari_bridges_create(), ast_ari_bridges_create_cb(), and ast_ari_bridges_create_parse_body().
const char* name |
Name to give to the bridge being created.
Definition at line 60 of file resource_bridges.h.
Referenced by PathSegment::__init__(), ast_ari_bridges_create(), ast_ari_bridges_create_cb(), ast_ari_bridges_create_parse_body(), and PathSegment::get_child().
const char* type |
Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu, video_single, sdp_label).
Definition at line 56 of file resource_bridges.h.
Referenced by ast_ari_bridges_create(), ast_ari_bridges_create_cb(), and ast_ari_bridges_create_parse_body().