Mike Jerris
dbec998873
[build/docs] point all old stash references in docs and makefiles to new github repository
2019-10-01 10:02:20 -06:00
netoguimaraes
6f811ca41f
FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour when calling login with no args
2019-01-03 13:10:31 -03:00
netoguimaraes
fd7c6a8afa
FS-11589 [verto_communicator]: removing es6 use to support old browsers syntax
2019-01-02 17:36:03 -03:00
netoguimaraes
85cfd5b5ab
FS-11584: [verto_communicator] make user able to login using url params
2018-12-27 09:45:09 -03:00
Anthony Minessale
8bacb4991d
FS-11224: [freeswitch-core] Fix VC build #resolve
2018-07-24 07:21:56 +00:00
Joshua Young
2450d637ce
FS-10972: [Verto-Communicator] add (-y) parameter to the verto install script debian8-install.sh #resolve
2018-07-24 07:21:51 +00:00
Marcell Guilherme Costa da Silva
ee1418a5ca
FS-11262 [verto_communicator] prevent vertojs from stop retrying socket connection by undefined socketfallbackurl
2018-07-19 15:26:45 -03:00
netoguimaraes
68e256597a
FS-11211 - [verto_communicator]: Adding turnServer and socketFallbackUrl options.
2018-06-29 14:12:19 -03:00
areski
be0c10d2e4
[fix](verto_communicator) add grunt-cli dependency to packages.json
2018-01-25 16:40:58 +01:00
Italo Rossi
726e522434
FS-10858 - [verto_communicator] cancel timeout when done to avoid redirect loop
2017-12-28 17:36:35 -03:00
Italo Rossi
452b7d12d0
FS-10858 - [verto_communicator] Removing emit of res_check_done, on slow connections the emit could happen before the listening thus freezing the app on loading
2017-12-26 14:41:08 -03:00
Italo Rossi
c67b1e02cb
FS-10858 - [verto_communicator] Waiting for resolution check finish before redirecting to preview screen.
2017-12-22 15:51:25 -03:00
Italo Rossi
058fb31789
FS-10814 - [verto_communicator] Do not change video resolution if auto detect video settings is off
2017-11-28 17:31:49 -03:00
StefanYohansson
90dad5af88
[verto_communicator] Fix to make video devices change without restart.
...
Fix menu background for lower resolutions.
2017-09-29 09:43:32 -03: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
4d32ca9826
FS-10420: [verto.js] Verto on Safari -- some more tweaks
2017-08-05 13:17:54 -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
Italo Rossi
d44eadcef7
FS-9894 [verto_communicator] Removing refreshDevices before doing a call.
2017-06-23 15:39:21 -03:00
Anthony Minessale
b4156f0984
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing
2017-06-02 12:46:39 -05:00
Neto Guimaraes
25f5b3ab7e
FS-10309: [verto_communicator] Add a loader that shows up when check network is called and vanishes when the request is completed.
...
The button to check network now is disabled when a request is processing.
2017-05-16 14:43:39 -03:00
Neto Guimaraes
3b8d65f906
FS-10310 [verto_communicator]: Adding validation at change login information modal
2017-05-15 09:41:51 -03:00
Tiago Lisboa
976677de60
FS-8941: [verto_communicator] Add No Microphone label to audio devices
...
If no microphone was detected it was impossible to open a call.
So, add a No Microphone label, just like the No Camera, with id:none,
wich allow to enter a call with microphone disabled.
2017-05-09 21:03:25 -03:00
Italo Rossi
ec83cb77f8
FS-9947 [verto_communicator] Do not try to parse empty chat messages
2017-01-13 16:13:14 -03:00
Italo Rossi
a46a67e12a
FS-9946 [verto_communicator] Fixed video size when window is resized on canary
2017-01-13 16:11:33 -03:00
StefanYohansson
10646ab9e3
[verto-communicator] - Added change server feature
...
When someone set any wss server and do login
VC doesn't record the settings on localStorage,
so when we reload the browser, it will try to connect on
"wss://" + window.location.hostname + ":8082" and if
this wss server is offline for any reason, user will
be stuck on splash screen by auto-login step plus reconnect
modal blocking any action.
- Added button "Change Server" on modal reconnection alert;
- Stop jsonRpcClient retry timeout and delete verto instance
to create a new one when user login with new wss server;
- Record wss server and hostname on localStorage.
2016-12-27 11:25:35 -03:00
Italo Rossi
621c8a6135
FS-9646 [verto_communicator] Fixing settings toggle
2016-10-25 15:38:51 -03:00
Manuel Durán Aguete
61c0bf381f
FS-9647 Improve spanish translations
...
Improve spanish translations for verto communicator.
2016-10-20 09:51:16 +02: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
Italo Rossi
8fa08df699
FS-9607 [verto_communicator] Do not send DTMF when typing in the transfer box
2016-10-04 18:08:32 -03:00
Waldyr de Souza
5941a60266
FS-9552 add to verto communicator toggle deaf status button
2016-09-29 12:06:21 -05:00
Waldyr de Souza
0ccf74e241
FS-9591 [verto_communicator] Adjust settings and fix preview bugs to improve user experience
2016-09-29 12:22:49 -03:00
Waldyr de Souza
ecf5a0ce5c
FS-8076 [verto_communicator] Ask before closing the page if a call is in progress.
2016-09-28 15:19:39 -03:00
Italo Rossi
6e02ca919f
Merge pull request #981 in FS/freeswitch from ~WALDYR/freeswitch:FS-8958-no-controls-for-moderator-on-secondary-canvas to master
...
* commit 'baba2acdce2caa1802cae07b8c1936291efb4dec':
FS-8958 [verto_communicator] Fix no layout controls for moderator on secondary canvas
2016-09-28 09:51:27 -05:00
Waldyr de Souza
b6057f10de
FS-8976 [verto_communicator] Properly alert that the login has failed vs silently failing and sitting there.
2016-09-28 11:46:19 -03:00
Waldyr de Souza
baba2acdce
FS-8958 [verto_communicator] Fix no layout controls for moderator on secondary canvas
2016-09-28 11:24:32 -03:00
Anthony Minessale
f0f02b20b3
FS-9578 #resolve [VC does not resize the video when chat is opened/closed]
2016-09-27 17:54:43 -05: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
Italo Rossi
e41ae3709a
FS-7876 [verto_communicator] Adding hold button for video calls
2016-09-27 16:07:00 -05:00
Italo Rossi
fa7cb3d546
FS-9508 [verto_communicator] Adding AGC option on settings, enabled by default
2016-09-27 16:07:00 -05:00
Italo Rossi
2511ad50e1
FS-8955 [verto_communicator] Adding DTMF shortcuts and handling DTMF history on DTMF widget
2016-09-27 16:07:00 -05:00
Anthony Minessale
6d6bd1efa5
FS-9242 convert to adapter.js
2016-09-27 16:07:00 -05:00
Italo Rossi
f6ad006daf
FS-9346 [verto_communicator] Add DTMF icon while on a video call, fixing conferences with pin number
2016-09-09 16:39:37 -03:00
Anthony Minessale
44d5ece4a9
update display in vc
2016-09-01 18:01:46 -05:00
Italo Rossi
bf3b0ca3d1
FS-9471 [verto_communicator] Updating In Call display after receiving display update message from mod_verto.
2016-08-31 17:52:33 -03: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
Italo Rossi
31fee66cda
FS-9342 [verto_communicator] Only copy data to storage when closing the settings
2016-07-19 18:24:06 -03:00
Brian West
9ff1a506d0
FS-9357 #resolve [VP9 codec screenshare on mod_conference (mux/transcode) does not work]
2016-07-19 16:25:33 -05:00
Italo Rossi
2a73820c34
FS-9342 - [verto_communicator] Properly saving settings to localStorage when closing the settings panel.
2016-07-11 15:20:28 -03:00
Italo Rossi
2425cd53a4
FS-9250 [verto_communicator] Putting factory reset button back
2016-06-09 17:41:07 -03:00
Italo Rossi
082be73f31
FS-9249 [verto_communicator] dedicated function to close settings
2016-06-09 17:26:48 -03:00