Browse Source

Added video and audio support for Skype

Fixes #41
pull/92/merge
Ramiro Saenz 9 years ago
parent
commit
95dd201cd1
  1. 1
      app/ux/WebView.js

1
app/ux/WebView.js

@ -38,6 +38,7 @@ Ext.define('Rambox.ux.WebView',{
,plugins: 'true'
,allowtransparency: 'on'
,autosize: 'on'
,useragent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' // Used to enable video and audio calls in Skype
}
}]
,tabConfig: {

Loading…
Cancel
Save