mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
@@ -42,6 +42,8 @@ export class MatrixKeyProvider extends BaseKeyProvider {
|
|||||||
participant,
|
participant,
|
||||||
encryptionKey,
|
encryptionKey,
|
||||||
] of this.rtcSession.encryptionKeys.entries()) {
|
] of this.rtcSession.encryptionKeys.entries()) {
|
||||||
|
// The new session could be aware of keys of which the old session wasn't,
|
||||||
|
// so emit a key changed event.
|
||||||
this.onEncryptionKeyChanged(
|
this.onEncryptionKeyChanged(
|
||||||
encryptionKey,
|
encryptionKey,
|
||||||
participant.userId,
|
participant.userId,
|
||||||
|
|||||||
Reference in New Issue
Block a user