This commit is contained in:
Half-Shot 2025-10-27 11:48:43 +00:00
parent adfefdc768
commit 06471e1216
2 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

@ -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