mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-12 13:02:11 -04:00
Kill ng-animate with fire because it's terrible (was causing the page to be very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal).
This commit is contained in:
parent
0046df4b51
commit
f842bca471
6 changed files with 15 additions and 9 deletions
|
@ -112,7 +112,7 @@ angular.module('MatrixCall', [])
|
|||
} else {
|
||||
var iceServers = [];
|
||||
// https://github.com/EricssonResearch/openwebrtc/issues/85
|
||||
if (MatrixCall.turnServer /*&& !this.isOpenWebRTC()*/) {
|
||||
if (MatrixCall.turnServer && !this.isOpenWebRTC()) {
|
||||
if (MatrixCall.turnServer.uris) {
|
||||
iceServers.push({
|
||||
'urls': MatrixCall.turnServer.uris,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue