Skip to content

Commit 51e817a

Browse files
committed
This is in ms, not seconds
1 parent 59c93b5 commit 51e817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webrtc/callEventHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class CallEventHandler {
139139
}
140140

141141
const timeUntilTurnCresExpire = this.client.getTurnServersExpiry() - Date.now();
142-
logger.info("Current turn creds expire in " + timeUntilTurnCresExpire + " seconds");
142+
logger.info("Current turn creds expire in " + timeUntilTurnCresExpire + " ms");
143143
call = createNewMatrixCall(this.client, event.getRoomId(), {
144144
forceTURN: this.client._forceTURN,
145145
});

0 commit comments

Comments
 (0)