Commit Graph

77 Commits

Author SHA1 Message Date
netoguimaraes 49b8cc3a3e FS-11227 - [verto_communicator]: stops localVideoStream tracks properly 2018-07-11 15:49:02 -03:00
netoguimaraes 68e256597a FS-11211 - [verto_communicator]: Adding turnServer and socketFallbackUrl options. 2018-06-29 14:12:19 -03:00
Italo Rossi ba7b003bc2 FS-11044 - [verto_communicator] Fix error when muting/unmuting without cam and/or mic. 2018-04-21 18:11:12 -03:00
Anthony Minessale dacca35a18 FS-10688: [verto.js] Add hack for IOS11 #resolve 2017-09-20 18:00:39 -05:00
Anthony Minessale 9e5b680084 FS-10688 2017-09-20 14:42:58 -05:00
Brian West 4772b73bcc revert 2017-09-20 14:37:48 -05:00
Brian West fbd07d810d FS-10688 2017-09-20 09:29:17 -05:00
Anthony Minessale 0ef7be6327 FS-10688: [verto.js] Add hack for IOS11 #resolve 2017-09-20 09:15:56 -05:00
Anthony Minessale cda7343841 FS-10420: [verto.js] Verto on Safari #resolve 2017-06-22 16:43:11 -05:00
Anthony Minessale b6a740a4cc FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing 2017-06-02 12:34:40 -05:00
Anthony Minessale c43fa95606 FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars 2017-06-01 18:40:02 -05:00
Anthony Minessale 58b163e08d FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve 2017-06-01 18:36:38 -05:00
Anthony Minessale eafdc9d75b FS-10285: [verto.js] Device enumeration in Edge #resolve 2017-05-02 17:12:24 -05:00
Brian West 0021530faf FS-10139: [verto.js] $.FSRTC.bestResSupported() returns true for any res #resolve 2017-03-16 10:37:31 -05:00
Chad Phillips f566467cd0 FS-9640: Allow access to Verto stream object via callback
Exposes Verto MediaStream objects via the onGranted() callback
2016-10-13 10:11:57 -07:00
Mike Jerris e3d59e9eab Merge pull request #1002 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:hotfix/FS-9635-update-deprecated-stream.onended to master
* commit 'c17db3d3afc55c6f278bb13126ed2f5468b4026e':
  FS-9635: update deprecated stream.onended
2016-10-12 17:04:16 -05:00
Chad Phillips e4e99654e5 FS-9395: downgrade some FSRTC console.error messages
Some of the console.error messages generated in FSRTC aren't really
error-worthy, downgrading appropriately.
2016-10-11 15:51:32 -07:00
Chad Phillips c17db3d3af FS-9635: update deprecated stream.onended
stream.onended is being removed in Chrome 54, update to
stream.oninactive
2016-10-11 15:37:34 -07:00
Mike Jerris 5d6ab013d1 FS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest resolution 2016-10-10 15:02:40 -04:00
Italo Rossi 5957beafa2 FS-9608 [verto_communicator] [verto] Passing audio params directly to audio object and updating goog settings 2016-10-04 21:56:11 -03:00
Anthony Minessale 73e460e1f5 FS-9242 fix screen share for chrome to work in VC with additional camera 2016-09-27 16:26:50 -05:00
Anthony Minessale 6d6bd1efa5 FS-9242 convert to adapter.js 2016-09-27 16:07:00 -05:00
Chad Phillips 8269b8215b FS-9281: Add support for QQVGA resolution in Verto
QQVGA is a standard 160x120 resolution, useful for cases of very slow
upload bandwidth. Adds the resolution to the core FSRTC lib, and to
the Verto video demo and Verto Communicator
2016-08-15 10:37:18 -07:00
Anthony Minessale f93668e3fd FS-7800 fix some stuff in multi-canvas 2016-03-18 18:21:25 -05:00
Anthony Minessale 9dede6a347 FS-8877 #resolve [Chrome Canary removed some audio mandatory constraints that break Verto] 2016-02-26 01:08:59 -06:00
Anthony Minessale 65f348ec95 FS-8798 #resolve [Typo in verto FSRTC lib] 2016-01-28 16:30:25 -06:00
Anthony Minessale 7733ff58d9 FS-8641 #resolve [Make frame rate configurable] 2015-12-15 16:16:51 -06:00
Anthony Minessale 2c7d53030c FS-8641 need to set min and max for less than 30 but if you set min and max to 30 and it doesn't support it it will fail, (maybe design these FPS params a little better webrtc politicians) 2015-12-09 18:38:25 -06:00
Anthony Minessale 51d402dfdd FS-8599 #resolve [Workaround for Mozilla is no longer needed for video size] 2015-12-02 10:23:25 -06:00
Anthony Minessale 67491b102c FS-8543 #resolve [Improve mute handling on conference and WebRTC] 2015-11-16 11:31:34 -06:00
Anthony Minessale 33ffdb34a8 FS-8219 missed a spot 2015-09-30 01:56:57 -05:00
Ken Rice dab81d4c4c FS-8219 #resolve Correctly stop the tracks.
getusermedia.stop() has been deprecated. we now need to call stop on
each individual track.
2015-09-29 11:46:15 -05:00
Anthony Minessale 90124856d4 FS-8213 #resolve [Add support to skip permission checks on verto] 2015-09-25 20:00:03 -05:00
Italo Rossi 5d2ef7dac4 FSRTC - calling localStream.stop when it's available or localStream.active = false to make it work on newer chrome canary 2015-09-25 09:05:08 -05:00
Anthony Minessale 7ea9b684a7 FS-8204 add sprop-stereo also 2015-09-22 15:31:20 -05:00
Anthony Minessale 5587a0d614 FS-8204 #resolve [Add stereo audio support for opus on FireFox] 2015-09-22 15:10:42 -05:00
Anthony Minessale 6a9f936f72 FS-8202 #resolve [Stop peer when ending screen share] 2015-09-22 11:21:32 -05:00
Anthony Minessale 052fed5fc3 FS-8181 #resolve [Verto check for camera perms fails init when no camera is present] 2015-09-17 15:09:19 -05:00
Anthony Minessale 0c6db6af06 FS-8180 fixed for real 2015-09-17 13:29:47 -05:00
Anthony Minessale 831ab39e15 FS-8180 typo, sigh 2015-09-17 12:40:18 -05:00
Anthony Minessale e610134b3e FS-8180 addtl patch 2015-09-17 12:15:56 -05:00
Anthony Minessale 93b2fb47ad FS-8117 #resolve [VC ignoring useSTUN settings] 2015-09-04 10:13:04 -05:00
Anthony Minessale b92d4c2a59 FS-8116 #resolve [Device enumeration hangs on verto init] 2015-09-02 17:20:24 -05:00
Anthony Minessale 1727b457af FS-8087 test for valid cache before setting vars 2015-08-28 14:32:48 -05:00
Anthony Minessale 17ee8dde70 FS-8087 #comment fix depth issue in cached json 2015-08-28 14:28:48 -05:00
Anthony Minessale 8a1b75d1db FS-8087 #comment make $.FSRTC.validRes available globally 2015-08-28 14:11:03 -05:00
Brian West 35e503b72a Merge pull request #443 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8060-webkit-does-like-to-set-src-of-video to master
* commit 'f327e103652bd19609f7ad7ccdb02d8ad101d235':
  FS-8060: [verto.js] conditionally set video tag src to null for FF and empty string for others.
2015-08-28 13:22:57 -05:00
Anthony Minessale f669256317 FS-8087 #comment pass valid res to callback 2015-08-28 12:06:11 -05:00
Anthony Minessale 6831fa7015 FS-8087 #comment always make one basic call to getusermedia to ensure perms are ok 2015-08-28 11:41:02 -05:00
Anthony Minessale c1628690b6 FS-8087 #comment fix issue in camera selection on recovery, refactor to use localStorage, change res detection, reload on network change 2015-08-28 09:42:37 -05:00