mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 04:34:59 +08:00
Allow trusted Element Call widget to send and receive media encryption key to-device messages
This commit is contained in:
parent
79c956388f
commit
c868d90524
@ -192,6 +192,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
|
||||
EventType.CallSDPStreamMetadataChanged,
|
||||
EventType.CallSDPStreamMetadataChangedPrefix,
|
||||
EventType.CallReplaces,
|
||||
EventType.CallEncryptionKeysPrefix,
|
||||
];
|
||||
for (const eventType of sendRecvToDevice) {
|
||||
this.allowedCapabilities.add(
|
||||
|
Loading…
Reference in New Issue
Block a user