mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-10 10:24:44 +00:00
test log
This commit is contained in:
@@ -224,7 +224,7 @@ export class Initializer {
|
||||
this.initStep(resolve);
|
||||
},
|
||||
(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 + "]",
|
||||
);
|
||||
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;
|
||||
|
||||
this.scope = scope;
|
||||
|
||||
Reference in New Issue
Block a user