mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
stasis_bridge.c: Fixed wrong video_mode shown
Currently, if the bridge has created by the ARI, the video_mode parameter was not shown in the BridgeCreated event correctly. Fixed it and added video_mode shown in the 'bridge show <bridge id>' cli. ASTERISK-28987 Change-Id: I8c205126724e34c2bdab9380f523eb62478e4295
This commit is contained in:
committed by
George Joseph
parent
b5bb4a7a0d
commit
c10ed8d4d6
@@ -50,11 +50,12 @@ extern "C" {
|
||||
* \param flags Flags that will alter the behavior of the bridge
|
||||
* \param name Name given to the bridge by Stasis (optional)
|
||||
* \param id Unique ID given to the bridge by Stasis (optional)
|
||||
* \param video_mode Video mode of the bridge
|
||||
*
|
||||
* \retval a pointer to a new bridge on success
|
||||
* \retval NULL on failure
|
||||
*/
|
||||
struct ast_bridge *bridge_stasis_new(uint32_t capabilities, unsigned int flags, const char *name, const char *id);
|
||||
struct ast_bridge *bridge_stasis_new(uint32_t capabilities, unsigned int flags, const char *name, const char *id, enum ast_bridge_video_mode_type video_mode);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
|
Reference in New Issue
Block a user