diff --git a/src/UrlParams.ts b/src/UrlParams.ts index b517e68b..c7c7d51a 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -119,7 +119,7 @@ interface UrlParams { * Whether we the app should use per participant keys for E2EE. */ perParticipantE2EE: boolean; - /* + /** * Setting this flag skips the lobby and brings you in the call directly. * In the widget this can be combined with preload to pass the device settings * with the join widget action. diff --git a/src/e2ee/matrixKeyProvider.ts b/src/e2ee/matrixKeyProvider.ts index 52111806..7fac8193 100644 --- a/src/e2ee/matrixKeyProvider.ts +++ b/src/e2ee/matrixKeyProvider.ts @@ -67,8 +67,7 @@ export class MatrixKeyProvider extends BaseKeyProvider { ); logger.debug( - `Embedded-E2EE-LOG onEncryptionKeyChanged room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`, - this.getKeys(), + `Sent new key to livekit room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`, ); }; }