Allow Element Call to recieve/send call decline events (#30694)
* Allow Element Call to recieve/send call decline events * fix bad copy paste in test
This commit is contained in:
@@ -134,6 +134,11 @@ describe("StopGapWidgetDriver", () => {
|
||||
"org.matrix.msc3819.receive.to_device:m.call.replaces",
|
||||
"org.matrix.msc4157.send.delayed_event",
|
||||
"org.matrix.msc4157.update_delayed_event",
|
||||
// RTC decline events
|
||||
"org.matrix.msc2762.send.event:org.matrix.msc4310.rtc.decline",
|
||||
"org.matrix.msc2762.receive.event:org.matrix.msc4310.rtc.decline",
|
||||
"org.matrix.msc2762.send.event:m.rtc.decline",
|
||||
"org.matrix.msc2762.receive.event:m.rtc.decline",
|
||||
]);
|
||||
|
||||
const approvedCapabilities = await driver.validateCapabilities(requestedCapabilities);
|
||||
|
||||
Reference in New Issue
Block a user