]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7513: Example code to use the core video thread with a custom callback
authorSeven Du <dujinfang@gmail.com>
Sat, 23 Aug 2014 08:59:52 +0000 (16:59 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:43 +0000 (12:46 -0500)
commit99ed41a4bd3f158f5693342e9434642b70311900
treef93e041d4a03edc02ff91ece62c12ee1b0d3a05b
parent35ff4b5cdaf2f25c3c73be8a841e7f1d3baf6c15
FS-7513: Example code to use the core video thread with a custom callback

It by default remains the default behaviour

However, you can setup a relationship between members to let the
member choose to see anyone else but the floor, e.g.:

  conference 3000 relate 1 2 sendvideo

In the above command member 2 will see member 1's video regardless
member 1 has video floor or not
src/mod/applications/mod_conference/mod_conference.c