82 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
fa7cb3d546 FS-9508 [verto_communicator] Adding AGC option on settings, enabled by default 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
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
Davide Colombo
70b142410b FS-8805: sanity check on array 2016-02-03 17:36:14 +01:00
Davide Colombo
bbca264940 FS-8805: sanity check on array 2016-02-03 17:11:25 +01:00
Jaon EarlWolf
682850c02f FS-8641 [verto-communicator] - Added Frame Rate setting 2015-12-10 17:08:35 -03:00
Anthony Minessale II
48f0cd65d5 Merge pull request #623 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8603-mic-box-in-setting-modal-having-an to master
* commit '22f766c28f12f1a003a5cd5167e8f072c279aa49':
  FS-8603 [verto_communicator] - Added Device validation
2015-12-10 11:53:03 -06:00
Anthony Minessale
83c5294427 FS-8641 hard code to 15 for now until this is complete 2015-12-09 18:22:10 -06:00
Jaon EarlWolf
22f766c28f FS-8603 [verto_communicator] - Added Device validation 2015-12-08 17:20:25 -03:00
Anthony Minessale II
9383ecc1f0 Merge pull request #614 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-7800-add-support-for-fs-7769-feature-set to master
* commit '05ff8ec711d35c9817ef409e0ad2d55b76e898d7':
  FS-7800 [verto_communicator] - Added Canvas controls and now opening popup with original (master)  dimensions
  FS-7800 [verto_communicator] - Added an option in user's hover buttons to open another canvas when canvasCount is higher than 1
2015-11-30 12:50:56 -06:00
Jaon EarlWolf
05ff8ec711 FS-7800 [verto_communicator] - Added Canvas controls and now opening popup with original (master) dimensions 2015-11-27 18:03:13 -03:00
Jaon EarlWolf
b27dfe9448 FS-8264 [verto_communicator] - Adapted the layout select to new response, added a separated menu in members list to set its resevartion id 2015-11-27 13:26:39 -06:00
Jaon EarlWolf
d4d4165bac FS-7800 [verto_communicator] - Added an option in user's hover buttons to open another canvas when canvasCount is higher than 1 2015-11-27 15:21:50 -03:00
Jaon EarlWolf
c2073cb05d FS-8401 [verto_communicator] - Added Speaker selection in settings modal and video page. 2015-11-17 17:57:25 -03:00
Anthony Minessale
91554607da FS-8545 add missing code to deal with screen share part 2015-11-16 17:15:17 -06:00
Anthony Minessale
9f1c89b8e3 FS-8545 #resolve [Improve controls for screen share] 2015-11-16 15:54:43 -06:00
Anthony Minessale
f1b2733c14 update new pass 2015-11-12 18:33:32 -06:00
Jaon EarlWolf
f3afab2f72 FS-8293 [verto_communicator] - Showing speed in the menu bar if autoBand is true, adding option to test speed before making a call, enabling dedEnc if inboundBandwidth is below dedEncWatermark (3072 by default).
FS-8293 [verto_communicator] - Changed info in the top menu bar for a icon+popover, changed autoBand's code in testSpeed method, moved 'Bandwidth settings' to 'Video settings' in settings modal and now hidding video quality selection when autoBand is checked.
FS-8293 [verto_communicator] - Better bandwidth info ui.
FS-8293 [verto_communicator] - Fixed speed test breaking at splash screen if user isn't logged in.
2015-11-12 15:35:39 -06:00
Jaon EarlWolf
5c73724f50 FS-8293 [verto_communicator] Implemented speed test in verto communicator. 2015-11-06 14:05:51 -06:00
Jaon EarlWolf
320cf0adb8 Target link for the plugin url, added comment explaining override $.FSRTC callback 2015-10-29 15:15:27 -03:00
Jaon EarlWolf
43cb965f7e FS-8222 [verto_communicator] updated getScreenId.js in order to detect plugin issues and attached an 'ended' event to screenshare stream in order to detect 'stop sharing' click 2015-10-28 15:35:25 -03:00
Italo Rossi
80111e7dd7 FS-8336 [verto_communicator] #resolve Using conferenceMemberID when checking if the updated member is me 2015-10-21 17:31:57 -03:00
Ítalo Rossi
132564f071 Merge pull request #544 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:bugfix/FS-8247-when-websocket-disconnections-go to master
* commit '6df703fc40fc89366bb9094c859e2c4a004c66e2':
  FS-8247 [verto_communicator] Waiting for server reconnection.
2015-10-05 21:19:30 -05:00
Italo Rossi
cb2588d88c FS-8300 [verto_communicator] Fixing reload bug, no need to do two times now. 2015-10-05 23:09:54 -03:00
Stefan Yohansson
6df703fc40 FS-8247 [verto_communicator] Waiting for server reconnection. 2015-10-05 18:02:07 -03:00
Stefan Yohansson
d8d7a9f352 FS-8257 #resolve [verto_communicator] fix config provision url 2015-09-30 16:03:13 -03:00
Anthony Minessale
cc00d1d098 FS-8245 #resolve [Video Resolutions available in "Video Quality" drop down are not always correct] 2015-09-30 03:30:24 -05:00
Italo Rossi
0b757c7b60 FS-8214 [verto_communicator] Better handling calls in VC, answering them respecting useVideo param 2015-09-26 18:17:08 -03:00
Italo Rossi
6dad233e9f FS-8225 [verto_communicator] Avoid duplicate members when recovering calls. 2015-09-26 13:59:49 -03:00
Anthony Minessale
90124856d4 FS-8213 #resolve [Add support to skip permission checks on verto] 2015-09-25 20:00:03 -05:00
Ken Rice
73acb558cc FS-8224 Allow CallerID to be set from login settings in VC
If CallerID is not set as is the default case with using VC on cantina
default to using the users email address.
2015-09-25 17:56:39 -05:00
Stefan Yohansson
015e81c94f FS-8205 [verto_communicator] fix auto call config provision 2015-09-25 10:08:09 -05:00