New group call experience: Call tiles (#9332)

* Add call tiles

* Factor CallDuration out into a reusable component

* Correct the separator character in LiveContentSummary
This commit is contained in:
Robin
2022-09-30 15:26:08 -04:00
committed by GitHub
parent 07a5a1dc6f
commit ff59f68a9f
19 changed files with 606 additions and 51 deletions

View File

@@ -158,9 +158,9 @@ export default async function createRoom(opts: IOpts): Promise<string | null> {
events: {
...DEFAULT_EVENT_POWER_LEVELS,
// Allow all users to send call membership updates
"org.matrix.msc3401.call.member": 0,
[ElementCall.MEMBER_EVENT_TYPE.name]: 0,
// Make calls immutable, even to admins
"org.matrix.msc3401.call": 200,
[ElementCall.CALL_EVENT_TYPE.name]: 200,
},
users: {
// Temporarily give ourselves the power to set up a call