mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Explicit logging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -52,6 +52,10 @@ export class MatrixKeyProvider extends BaseKeyProvider {
|
|||||||
encryptionKey: string,
|
encryptionKey: string,
|
||||||
participantId: string
|
participantId: string
|
||||||
) => {
|
) => {
|
||||||
|
console.log(
|
||||||
|
`Embedded-E2EE-LOG onEncryptionKeyChanged participantId=${participantId} encryptionKey=${encryptionKey}`
|
||||||
|
);
|
||||||
|
|
||||||
this.onSetEncryptionKey(
|
this.onSetEncryptionKey(
|
||||||
await createKeyMaterialFromString(encryptionKey),
|
await createKeyMaterialFromString(encryptionKey),
|
||||||
participantId
|
participantId
|
||||||
|
|||||||
Reference in New Issue
Block a user