mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-08 17:21:13 +01:00
Fix units of TURN server expiry time
This commit is contained in:
parent
df4631d65b
commit
92c8b697d2
@ -630,7 +630,7 @@ export default class CallHandler {
|
||||
logger.debug("Mapped real room " + roomId + " to room ID " + mappedRoomId);
|
||||
|
||||
const timeUntilTurnCresExpire = MatrixClientPeg.get().getTurnServersExpiry() - Date.now();
|
||||
console.log("Current turn creds expire in " + timeUntilTurnCresExpire + " seconds");
|
||||
console.log("Current turn creds expire in " + timeUntilTurnCresExpire + " ms");
|
||||
const call = createNewMatrixCall(MatrixClientPeg.get(), mappedRoomId);
|
||||
|
||||
this.calls.set(roomId, call);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user