mirror of https://github.com/vector-im/riot-web
Allow trusted Element Call widget to send and receive media encryption key to-device messages
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