mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
fixup
This commit is contained in:
@@ -40,8 +40,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
|
|||||||
keyIndex?: number,
|
keyIndex?: number,
|
||||||
): void => {
|
): void => {
|
||||||
tmpLogPrefix(
|
tmpLogPrefix(
|
||||||
`key ratcheted event received for ${participantIdentity} at index ${keyIndex}`,
|
`key ratcheted event received for ${participantIdentity} at index ${keyIndex} key=${encodeBase64(new Uint8Array(ratchetResult.chainKey))}`,
|
||||||
`key=${encodeBase64(new Uint8Array(ratchetResult.chainKey))}`,
|
|
||||||
);
|
);
|
||||||
this.rtcSession?.onKeyRatcheted(
|
this.rtcSession?.onKeyRatcheted(
|
||||||
ratchetResult.chainKey,
|
ratchetResult.chainKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user