Merge branch 'dbkr/ppe2ee' into dbkr/pprotate

This commit is contained in:
David Baker
2023-10-27 20:49:42 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ interface UrlParams {
* Whether we the app should use per participant keys for E2EE. * Whether we the app should use per participant keys for E2EE.
*/ */
perParticipantE2EE: boolean; perParticipantE2EE: boolean;
/* /**
* Setting this flag skips the lobby and brings you in the call directly. * 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 * In the widget this can be combined with preload to pass the device settings
* with the join widget action. * with the join widget action.

View File

@@ -67,8 +67,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
); );
logger.debug( logger.debug(
`Embedded-E2EE-LOG onEncryptionKeyChanged room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`, `Sent new key to livekit room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`,
this.getKeys(),
); );
}; };
} }