mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
test log
This commit is contained in:
@@ -224,7 +224,7 @@ export class Initializer {
|
|||||||
this.initStep(resolve);
|
this.initStep(resolve);
|
||||||
},
|
},
|
||||||
(e) => {
|
(e) => {
|
||||||
logger.error("Failed to load config", e);
|
logger.error(`Failed to load config for Element Call: ${e}`);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,8 +154,11 @@ export class Connection {
|
|||||||
"[Connection " + opts.transport.livekit_service_url + "]",
|
"[Connection " + opts.transport.livekit_service_url + "]",
|
||||||
);
|
);
|
||||||
this.logger.info(
|
this.logger.info(
|
||||||
`constructor: ${opts.transport.livekit_service_url} roomId: ${this.roomId} withSfuConfig?: ${opts.existingSFUConfig ? JSON.stringify(opts.existingSFUConfig) : "undefined"}`,
|
`Creating connection to ${opts.transport.livekit_service_url}, jwt auth version ${opts.forceJwtEndpoint}`,
|
||||||
);
|
);
|
||||||
|
// this.logger.info(
|
||||||
|
// `constructor: ${opts.transport.livekit_service_url} roomId: ${this.roomId} withSfuConfig?: ${opts.existingSFUConfig ? JSON.stringify(opts.existingSFUConfig) : "undefined"}`,
|
||||||
|
// );
|
||||||
const { transport, client, scope } = opts;
|
const { transport, client, scope } = opts;
|
||||||
|
|
||||||
this.scope = scope;
|
this.scope = scope;
|
||||||
|
|||||||
Reference in New Issue
Block a user