You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
Merge branch 't3chguy/remove_bluebird_13' of github.com:matrix-org/matrix-js-sdk into t3chguy/remove_bluebird_13
This commit is contained in:
@@ -4848,7 +4848,7 @@ function checkTurnServers(client) {
|
|||||||
return; // guests can't access TURN servers
|
return; // guests can't access TURN servers
|
||||||
}
|
}
|
||||||
|
|
||||||
client.turnServer().done(function(res) {
|
client.turnServer().then(function(res) {
|
||||||
if (res.uris) {
|
if (res.uris) {
|
||||||
logger.log("Got TURN URIs: " + res.uris + " refresh in " +
|
logger.log("Got TURN URIs: " + res.uris + " refresh in " +
|
||||||
res.ttl + " secs");
|
res.ttl + " secs");
|
||||||
|
|||||||
Reference in New Issue
Block a user