@ -52,7 +52,7 @@ struct ast_ari_bridges_list_args {
void ast_ari_bridges_list ( struct ast_variable * headers , struct ast_ari_bridges_list_args * args , struct ast_ari_response * response ) ;
void ast_ari_bridges_list ( struct ast_variable * headers , struct ast_ari_bridges_list_args * args , struct ast_ari_response * response ) ;
/*! Argument struct for ast_ari_bridges_create() */
/*! Argument struct for ast_ari_bridges_create() */
struct ast_ari_bridges_create_args {
struct ast_ari_bridges_create_args {
/*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu ). */
/*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu , video_single ). */
const char * type ;
const char * type ;
/*! Unique ID to give to the bridge being created. */
/*! Unique ID to give to the bridge being created. */
const char * bridge_id ;
const char * bridge_id ;
@ -82,7 +82,7 @@ int ast_ari_bridges_create_parse_body(
void ast_ari_bridges_create ( struct ast_variable * headers , struct ast_ari_bridges_create_args * args , struct ast_ari_response * response ) ;
void ast_ari_bridges_create ( struct ast_variable * headers , struct ast_ari_bridges_create_args * args , struct ast_ari_response * response ) ;
/*! Argument struct for ast_ari_bridges_create_with_id() */
/*! Argument struct for ast_ari_bridges_create_with_id() */
struct ast_ari_bridges_create_with_id_args {
struct ast_ari_bridges_create_with_id_args {
/*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu ) to set. */
/*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu , video_single ) to set. */
const char * type ;
const char * type ;
/*! Unique ID to give to the bridge being created. */
/*! Unique ID to give to the bridge being created. */
const char * bridge_id ;
const char * bridge_id ;