1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00
This commit is contained in:
Kegan Dougal
2015-07-17 13:39:04 +01:00
parent 8727dd1e34
commit 384fb94262

View File

@@ -30,7 +30,7 @@ function MatrixCall(opts) {
this.turnServers.push({
urls: [MatrixCall.FALLBACK_STUN_SERVER]
});
};
}
utils.forEach(this.turnServers, function(server) {
utils.checkObjectHasKeys(server, ["urls"]);
});