summaryrefslogtreecommitdiff
path: root/res/ari
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-01 23:57:28 -0400
committerCorey Farrell <git@cfware.com>2017-11-01 23:00:00 -0500
commitb616b7e4a96f913ebcbd78115375ed4a10aac677 (patch)
tree3e9e4f7d9701a3f42e06b58101c7a41d686948e8 /res/ari
parent64f1294ef2c799cda27ee83258fc5567a274bb34 (diff)
res/ari/resource_bridges.h: Update from 'make ari-stubs'.
A comment was updated when I ran 'make ari-stubs'. Change-Id: Ib5154ae3ad72aff53374c28ead540fe349c42175
Diffstat (limited to 'res/ari')
-rw-r--r--res/ari/resource_bridges.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/ari/resource_bridges.h b/res/ari/resource_bridges.h
index 72dba1e0c..0d0286c31 100644
--- a/res/ari/resource_bridges.h
+++ b/res/ari/resource_bridges.h
@@ -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);
/*! Argument struct for ast_ari_bridges_create() */
struct ast_ari_bridges_create_args {
- /*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media). */
+ /*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu). */
const char *type;
/*! Unique ID to give to the bridge being created. */
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);
/*! Argument struct for ast_ari_bridges_create_with_id() */
struct ast_ari_bridges_create_with_id_args {
- /*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media) to set. */
+ /*! Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu) to set. */
const char *type;
/*! Unique ID to give to the bridge being created. */
const char *bridge_id;