459 Commits

Author SHA1 Message Date
Anthony Minessale
8e8b524d37 FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve
Conflicts:
	html5/verto/js/src/jquery.FSRTC.js
	html5/verto/video_demo-live_canvas/js/verto-min.js
	html5/verto/video_demo/js/verto-min.js
2017-06-05 15:24:18 -05:00
Neto Guimaraes
b2a692432d 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-06-01 16:17:52 -04:00
Neto Guimaraes
1aa49b3800 FS-10310 [verto_communicator]: Adding validation at change login information modal 2017-06-01 16:16:08 -04:00
Tiago Lisboa
79241d13a3 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-06-01 16:15:51 -04:00
Anthony Minessale
98a0b49959 FS-10285: [verto.js] Device enumeration in Edge #resolve 2017-06-01 16:11:33 -04:00
Anthony Minessale
880b59e6ab FS-9242: [verto.js] Update WebRTC code in verto to match latest spec -- update to latest 2017-06-01 16:06:45 -04:00
Brian West
46b518d57a FS-10139: [verto.js] $.FSRTC.bestResSupported() returns true for any res #resolve
Conflicts:
	html5/verto/video_demo/js/verto-min.js
2017-03-20 16:48:22 -05:00
Italo Rossi
7638623715 FS-9947 [verto_communicator] Do not try to parse empty chat messages 2017-02-09 12:51:22 -06:00
Italo Rossi
fd1ae61454 FS-9946 [verto_communicator] Fixed video size when window is resized on canary 2017-02-09 12:48:25 -06:00
StefanYohansson
42f94a112b [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-30 15:32:02 -06:00
Mike Jerris
18deb4d8d7 update verto-min.js 2016-11-16 11:23:18 -06:00
François
a451db4a60 FS-9728 fix dynamic media tag on verto.newCall method 2016-11-16 11:23:16 -06:00
Italo Rossi
0b46ced079 FS-9646 [verto_communicator] Fixing settings toggle 2016-11-16 11:23:11 -06:00
Manuel Durán Aguete
cc444c08ed FS-9647 Improve spanish translations
Improve spanish translations for verto communicator.
2016-11-16 11:23:09 -06:00
Chad Phillips
34e8c062de FS-9640: Allow access to Verto stream object via callback
Exposes Verto MediaStream objects via the onGranted() callback
2016-11-16 11:23:08 -06:00
Chad Phillips
ed36e9cb6f 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-11-16 11:23:08 -06:00
Chad Phillips
c5bd29971c FS-9635: update deprecated stream.onended
stream.onended is being removed in Chrome 54, update to
stream.oninactive
2016-11-16 11:23:08 -06:00
Mike Jerris
82ce12bc95 FS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest resolution
Conflicts:
	html5/verto/video_demo/js/verto-min.js
2016-11-16 11:23:07 -06:00
Waldyr de Souza
e4c8c2fc46 FS-9552 add to verto communicator toggle deaf status button 2016-09-29 16:14:45 -05:00
Anthony Minessale
4bab51e306 FS-9242 fix screen share for chrome to work in VC with additional camera 2016-09-28 11:15:45 -05:00
Italo Rossi
2ea20cca1b FS-7876 [verto_communicator] Adding hold button for video calls 2016-09-28 11:15:34 -05:00
Italo Rossi
575c98552d FS-9508 [verto_communicator] Adding AGC option on settings, enabled by default 2016-09-28 11:15:12 -05:00
Italo Rossi
a328210b25 FS-8955 [verto_communicator] Adding DTMF shortcuts and handling DTMF history on DTMF widget 2016-09-28 11:15:00 -05:00
Anthony Minessale
e57a6b356b FS-9242 convert to adapter.js 2016-09-28 11:14:45 -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
davidlin
5a0e1af5d6 FS-9469
added onGrant/onDenied callbacks in onStream/onError of RTCCallbacks
so client code gets notified of webrtc permission change immediately

remove whitespace changes
2016-08-31 12:37:28 -07: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
a3648f244f tweak on yesterday's commit 2016-08-11 10:04:01 -05: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
Italo Rossi
6a54a60602 FS-9249 [verto_communicator] Closing settings panel if the user clicks outside the element 2016-06-09 17:13:18 -03:00
Italo Rossi
76b6341397 Incrementing Verto version in package.json 2016-05-13 16:17:03 -03:00
Anthony Minessale
0074589311 FS-9157 update jsmin 2016-05-12 17:18:13 -05:00
Italo Rossi
040b83a7af FS-9157 [verto] Added possibility to use dedicated audio/video tags for each dialog 2016-05-12 18:34:23 -03:00
Davide Colombo
817a10be14 FS-9006 - [verto_communicator] add-combobox for languages 2016-04-08 11:43:51 +02:00
Niels Hanberg
254b706781 FS-9038: Add translations to support danish
- Initial try to translate to danish. All translations was made without knowing the full context.
- Fix indentation
- Add dansih as an available language
2016-04-07 19:21:43 +02:00
Michael Jerris
5a18458972 FS-9015: [verto_communicator] save in UTF-8 2016-04-04 10:34:39 -04:00
Piotr Gregor
e97c74e46e [verto_communicator] FS-9015 Minor fixes in Polish translation 2016-04-04 10:21:48 -04:00
Italo Rossi
cc7d70b3cb FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions 2016-03-31 18:53:13 -03:00
Sergey Safarov
194b426316 FS-8972: Minor fixies of russian translation of Verto Communicator 2016-03-31 22:02:15 +03:00
Davide Colombo
1d89935539 FS-9005 - [verto_communicator] typo in label id 2016-03-31 10:31:52 +02:00
Seven Du
00a3fe4d7c FS-8998 Oops, typo 2016-03-31 10:12:59 +08:00
Seven Du
4c4685ebf7 FS-8998 add zh_CN 2016-03-31 09:42:51 +08:00
Michael Jerris
468afa5de2 FS-8998: [verto_communicator] fix syntax error 2016-03-30 14:40:37 -04:00
Italo Rossi
003d01fd27 [verto_communicator] Adding de, es, pl, ru, sv and id translations. 2016-03-30 15:04:33 -03:00