mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:34:55 -04:00
Hopefully implement turn in the web client (probably wrong for Firefox because Firefox is a special snowflake)
This commit is contained in:
parent
4553651138
commit
7679ee7321
2 changed files with 34 additions and 3 deletions
|
@ -762,6 +762,10 @@ angular.module('matrixService', [])
|
|||
var deferred = $q.defer();
|
||||
deferred.reject({data:{error: "Invalid room: " + room_id}});
|
||||
return deferred.promise;
|
||||
},
|
||||
|
||||
getTurnServer: function() {
|
||||
return doRequest("GET", "/voip/turnServers");
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue