Browse Source

Merge pull request #1916 from brad/teams-video

Enable video chat in ms teams
pull/1997/head
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
f5c15ee6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/store/ServicesList.js

1
app/store/ServicesList.js

@ -692,6 +692,7 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://teams.microsoft.com'
,type: 'messaging'
,userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.2883.87 Safari/537.36'
,js_unread: 'navigator.__defineGetter__("userAgent", function(){ return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.2883.87 Safari/537.36 Edge/12.246"; });'
},
{
id: 'kezmo'

Loading…
Cancel
Save