Files
asterisk/main
Matt Jordan 62cbcb2e54 res/ari/resource_bridges: Add the ability to manipulate the video source
In multi-party bridges, Asterisk currently supports two video modes:
 * Follow the talker, in which the speaker with the most energy is shown
   to all participants but the speaker, and the speaker sees the
   previous video source
 * Explicitly set video sources, in which all participants see a locked
   video source

Prior to this patch, ARI had no ability to manipulate the video source.
This isn't important for two-party bridges, in which Asterisk merely
relays the video between the participants. However, in a multi-party
bridge, it can be advantageous to allow an external application to
manipulate the video source.

This patch provides two new routes to accomplish this:
(1) setVideoSource: POST /bridges/{bridgeId}/videoSource/{channelId}
    Sets a video source to an explicit channel
(2) clearVideoSource: DELETE /bridges/{bridgeId}/videoSource
    Removes any explicit video source, and sets the video mode to talk
    detection

ASTERISK-26595 #close

Change-Id: I98e455d5bffc08ea5e8d6b84ccaf063c714e6621
2016-11-14 15:56:45 -06:00
..
2016-06-22 12:23:44 -05:00
2016-08-24 11:02:18 -05:00
2012-03-22 19:51:16 +00:00
2015-06-10 18:06:15 -05:00
2016-06-02 22:57:49 +03:00
2012-03-22 19:51:16 +00:00
2016-07-14 15:59:49 -05:00
2012-06-15 16:20:16 +00:00
2016-08-24 11:02:18 -05:00
2016-08-24 11:02:18 -05:00
2016-11-01 12:37:22 -05:00
2012-09-21 17:14:59 +00:00
2016-08-24 11:02:18 -05:00
2016-06-08 20:37:08 +03:00