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
  • Loading branch information
hughns committed Oct 28, 2024
1 parent 79c9563 commit c868d90
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 @@ -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(
Expand Down

0 comments on commit c868d90

Please sign in to comment.