mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Merge branch 'dbkr/ppe2ee' into dbkr/pprotate
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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(),
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user