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

#include <resource_bridges.h>

Data Fields

const char * bridge_id
 
const char * name
 
const char * type
 

Detailed Description

Argument struct for ast_ari_bridges_create_with_id()

Definition at line 84 of file resource_bridges.h.

Field Documentation

const char* bridge_id

Unique ID to give to the bridge being created.

Definition at line 88 of file resource_bridges.h.

Referenced by ast_ari_bridges_create_with_id(), and ast_ari_bridges_create_with_id_cb().

const char* name
const char* type

Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu, video_single, sdp_label) to set.

Definition at line 86 of file resource_bridges.h.

Referenced by ast_ari_bridges_create_with_id(), ast_ari_bridges_create_with_id_cb(), and ast_ari_bridges_create_with_id_parse_body().


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