86 Commits

Author SHA1 Message Date
Andrey Volk
f3c52d578b FS-11874: [Verto-Communicator] Rebuild verto-min.js to reflect the latest changes to js. 2019-06-03 21:00:33 +04:00
Mike Jerris
b2447967c6 FS-11287: [verto] update verto-min.js 2018-09-05 20:23:01 +00:00
Brian West
fbd07d810d FS-10688 2017-09-20 09:29:17 -05:00
Mike Jerris
9127c41316 Merge pull request #1031 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9683-pass-call-recovery-status-to-verto to master
* commit '34e491ffa1dca32846d1e0fb97e71f5ac7c34d22':
  FS-9683: Pass call recovery status to Verto
2017-08-10 18:41:39 +00:00
Anthony Minessale
89e3a7bb4a FS-9979: [verto.js] When verto client rejects a call returns hangup cause NORMAL_CLEARING #comment passing neither cause or causeCode will result in normal clearing, passing either one of cause or causeCode will result in that value being passed and parsed on the server side, if the cause is valid it will be accepted otherwise it will try to validate causeCode instead, if neither are true it defaults to normal clearing #resolve 2017-07-13 12:52:04 -05:00
Chad Phillips
34e491ffa1 FS-9683: Pass call recovery status to Verto
Previously, users implementing a Verto workflow where both user login and
placing a new call are automated (eg., visiting a URL, and the videoconference
loads automatically) faced the challenge of not having a reliable way to know
that a page load will result in Verto's call recovery mechanism reconnecting
an existing detached call or not.

This adds a verto.clientReady JSON-RPC message, emitted after all calls are
re-attached, which contains a 'reattached_sessions' array, containing the
sess_id of any reattached session.

Client side, this can be caught in the onMessage handler, under the
$.verto.enum.message.clientReady key.
2017-07-06 13:54:08 -07:00
Anthony Minessale
c07ad8c263 FS-10285: [verto.js] Device enumeration in Edge -- remove debug 2017-05-02 17:27:43 -05:00
Anthony Minessale
eafdc9d75b FS-10285: [verto.js] Device enumeration in Edge #resolve 2017-05-02 17:12:24 -05:00
Mike Jerris
e5cfaf5db8 update generated js min files 2017-01-26 11:43:45 -06:00
Anthony Minessale
0074589311 FS-9157 update jsmin 2016-05-12 17:18:13 -05:00
Anthony Minessale
9ab7a331f3 fix small typo in js and regen minified js 2015-09-18 20:54:24 -05:00
William Henry
dd498786eb FS-7932 - removed the param from the getMute funciton in verto class, not needed on underlying method 2015-08-19 16:42:51 -04:00
Anthony Minessale
c702eda6b2 FS-7888 #resolve 2015-07-23 18:12:07 -05:00
Anthony Minessale
d5c6443b23 FS-7699 2015-06-24 17:02:31 -05:00
Anthony Minessale
ac9506b084 FS-7699 2015-06-24 12:12:15 -05:00
Anthony Minessale
1dc762634d only test audio once on setup of lib to speed up vid res tests 2015-06-18 13:00:42 -05:00
Anthony Minessale
23e9bfc460 tweak js for more Mozilla compat against FF Nightly 2015-06-18 12:47:10 -05:00
Anthony Minessale
0c75eaa809 FS-7664 #resolve 2015-06-17 11:58:25 -05:00
Anthony Minessale
538c28afea FS-7657 #resolve #comment since the one in there doesn't work, we'll just take it out. Note you can pass an array of stun servers, including TURN, to the verto when you start it up. (see verto.js where iceServers is passed) 2015-06-15 15:49:02 -05:00
Anthony Minessale
18656a49a3 FS-7509: js typo 2015-05-28 12:47:28 -05:00
Anthony Minessale
e701f7ec9d FS-7509: nm, this instead 2015-05-28 12:47:27 -05:00
Anthony Minessale
f48289ca2c FS-7509: update res detection 2015-05-28 12:47:27 -05:00
Anthony Minessale
d1a21c8dd2 FS-7509: fix layout select menu 2015-05-28 12:47:18 -05:00
Brian West
396bc993fa Sync verto code 2015-03-25 13:30:20 -05:00
Anthony Minessale
0322da0795 add local mute to verto 2015-03-24 19:42:29 -05:00
Anthony Minessale
a8bb1ca2f9 fail call on stream error 2015-03-24 18:50:14 -05:00
Anthony Minessale
406bfb8dec sync 2015-03-11 21:27:32 -05:00
Anthony Minessale
9df39b8fe4 rebuild verto-min 2015-02-21 18:17:15 -06:00
Seven Du
23c1829382 FS-7127 #comment fix regression from a80c739, thanks Mike
The second hunk in this patch isn't right.  In the past,
if tmp was null, it would not pass the if.
2015-01-07 15:44:33 +08:00
Anthony Minessale
b170e9e9f5 update minified js 2015-01-06 23:34:29 -06:00
Anthony Minessale
41bfc18a10 add some stuff to verto for introp 2015-01-06 23:31:48 -06:00
Anthony Minessale
94bb4606e3 fixes for recent firefox changes 2015-01-06 23:31:26 -06:00
Anthony Minessale
f48ec61d54 FS-7132 #resolve 2015-01-06 03:19:16 -06:00
Seven Du
7a517eecd8 FS-7127 #comment update README and sync re-generate verto-min 2015-01-03 09:24:59 +08:00
Anthony Minessale
7d6d4d3693 change verto demo cc pic 2014-10-22 15:47:31 -05:00
Anthony Minessale
8e473c3c89 default the stun box to true in verto 2014-10-21 15:56:22 -04:00
Anthony Minessale
401aa24f4a VERTO: expose audio mandatory constraints to demo and disable a few that seem to mess with audio quality 2014-10-13 19:26:29 -04:00
Anthony Minessale
bb2427e833 add state change to verto to allow call to stay up when network conditions change 2014-09-18 15:30:33 -04:00
Anthony Minessale
678dc3dcde remove alert 2014-09-08 22:54:21 +05:00
root
15d7706f8f clean up some injection issues in chat display 2014-08-25 18:42:07 -04:00
root
1ecc2c0c49 tweak in login seq in verto 2014-08-25 04:29:22 +05:00
Anthony Minessale
7bbdbadb42 tweak some cid display issues 2014-08-19 03:25:28 +05:00
Anthony Minessale
d701e3e033 FS-6739 #resolve 2014-08-14 19:40:47 +05:00
Anthony Minessale
3a10e5dff7 don't overwrite autodial ext from cookie when supplied on the input hash 2014-08-12 00:29:45 +05:00
Anthony Minessale
8135509803 fix early media vs answer race 2014-08-06 21:09:03 +05:00
Anthony Minessale
9245eec00f mod demo so you can change params when not connected 2014-08-05 23:41:28 +05:00
Anthony Minessale
07f80945ef add checkbox to demo to use stun or not 2014-08-02 01:20:00 +05:00
Anthony Minessale
40bb7b7b4d FS-6707 #resolve #comment add the param iceServers to verto constructor. possible values: true: enables previous behaviour, false: nowthe default, use no iceServers, ARRAY of iceServer objects: this object will be passed into the browser as-is 2014-07-31 22:45:47 +05:00
Anthony Minessale
502ddd312a FS-6702 #resolve 2014-07-29 22:17:02 +05:00
Seven Du
4c2b84e89e using hosted version to avoid blocks, following cb7a338 7596689 2014-07-28 20:02:09 +08:00