We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e8bb3 commit 6b7c949Copy full SHA for 6b7c949
src/stores/widgets/StopGapWidgetDriver.ts
@@ -194,6 +194,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
194
EventType.CallSDPStreamMetadataChanged,
195
EventType.CallSDPStreamMetadataChangedPrefix,
196
EventType.CallReplaces,
197
+ EventType.CallEncryptionKeysPrefix,
198
];
199
for (const eventType of sendRecvToDevice) {
200
this.allowedCapabilities.add(
0 commit comments