mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 06:36:21 +02:00
updates
This commit is contained in:
parent
adfefdc768
commit
06471e1216
@ -117,8 +117,7 @@ const useSlotsCallPermissions = (
|
||||
await room.client.sendStateEvent(room.roomId, "org.matrix.msc4143.rtc.slot", {
|
||||
"application": {
|
||||
"type": "m.call",
|
||||
//
|
||||
"m.call.id": "i_dont_know_what_this_should_be",
|
||||
// m.call.id is not specified here, as we want this slot to be general purpose
|
||||
}
|
||||
}, "m.call#ROOM");
|
||||
return true;
|
||||
|
||||
@ -710,7 +710,7 @@ export class ElementCall extends Call {
|
||||
}
|
||||
|
||||
if (SettingsStore.getValue("feature_element_call_msc4354")) {
|
||||
params.append("useStickyEvents", "true");
|
||||
params.append("preferStickyEvents", "true");
|
||||
}
|
||||
|
||||
// Set custom fonts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user