You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Improve styling a bit
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -152,9 +152,11 @@ export class CallEventHandler {
|
|||||||
|
|
||||||
const timeUntilTurnCresExpire = this.client.getTurnServersExpiry() - Date.now();
|
const timeUntilTurnCresExpire = this.client.getTurnServersExpiry() - Date.now();
|
||||||
logger.info("Current turn creds expire in " + timeUntilTurnCresExpire + " ms");
|
logger.info("Current turn creds expire in " + timeUntilTurnCresExpire + " ms");
|
||||||
call = createNewMatrixCall(this.client, event.getRoomId(), {
|
call = createNewMatrixCall(
|
||||||
forceTURN: this.client.forceTURN,
|
this.client,
|
||||||
});
|
event.getRoomId(),
|
||||||
|
{ forceTURN: this.client.forceTURN },
|
||||||
|
);
|
||||||
if (!call) {
|
if (!call) {
|
||||||
logger.log(
|
logger.log(
|
||||||
"Incoming call ID " + content.call_id + " but this client " +
|
"Incoming call ID " + content.call_id + " but this client " +
|
||||||
|
|||||||
Reference in New Issue
Block a user