]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis: Set a video source mode on Stasis created bridges 12/4312/1
authorMatt Jordan <mjordan@digium.com>
Fri, 4 Nov 2016 20:40:58 +0000 (15:40 -0500)
committerMatt Jordan <mjordan@digium.com>
Fri, 4 Nov 2016 20:49:32 +0000 (15:49 -0500)
commit7a831969855c3117fa086a9ece9165e04cd1b2d4
tree3fffd1836dccf9d064a3947c272a09f212afc4c6
parentcb30963d222cb1e12af9bbf8dfed58001c9fcaf4
res_stasis: Set a video source mode on Stasis created bridges

When a bridge is created via ARI (through res_stasis), no video source
mode is set by default. As a result, any endpoint sending video media
won't ever see any video reflected back to it.

This patch defaults a bridge to a 'follow the talker' video mode.
Further work can be done to add routes that allow for the video mode to
be controlled through the /bridges resource.

Change-Id: I7e9d530a5d7a97a4524a9ee4e468e1a6b3443866
res/res_stasis.c