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