make logger mandatory add some logs

This commit is contained in:
Valere
2026-03-20 08:05:22 +01:00
parent f244a00d6c
commit 29720d4376
6 changed files with 28 additions and 12 deletions

View File

@@ -275,9 +275,9 @@ export class Connection {
this.ownMembershipIdentity,
this.transport.livekit_service_url,
this.roomId,
this.logger,
// dont pass any custom opts for the subscribe only connections
{},
this.logger,
);
}