Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00524bebe0 |
@@ -57,7 +57,7 @@ export function RoomVoiceLimit({ permissions }: RoomVoiceLimitProps) {
|
|||||||
>
|
>
|
||||||
<SettingTile
|
<SettingTile
|
||||||
title="Voice Channel Limit"
|
title="Voice Channel Limit"
|
||||||
description="Set the maximum number of participants allowed in this room's voice call. Set to 0 for no limit. Enforced locally by Lotus Chat clients."
|
description="Set the maximum number of participants allowed in this room's voice call. Set to 0 for no limit. Enforced on the server for all Matrix clients."
|
||||||
>
|
>
|
||||||
<Box as="form" onSubmit={handleSubmit} gap="200" alignItems="Center">
|
<Box as="form" onSubmit={handleSubmit} gap="200" alignItems="Center">
|
||||||
<Box style={{ maxWidth: '100px' }} grow="Yes">
|
<Box style={{ maxWidth: '100px' }} grow="Yes">
|
||||||
|
|||||||
Reference in New Issue
Block a user