Skip to content

Commit

Permalink
Allow trusted Element Call widget to send and receive media encryptio…
Browse files Browse the repository at this point in the history
…n key to-device messages (#28316)
  • Loading branch information
hughns authored Dec 10, 2024
1 parent a4e8bb3 commit 6b7c949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/widgets/StopGapWidgetDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
EventType.CallSDPStreamMetadataChanged,
EventType.CallSDPStreamMetadataChangedPrefix,
EventType.CallReplaces,
EventType.CallEncryptionKeysPrefix,
];
for (const eventType of sendRecvToDevice) {
this.allowedCapabilities.add(
Expand Down

0 comments on commit 6b7c949

Please sign in to comment.