Inconsistency of the Initial State and Capabilities #8715
Labels
2. developing
enhancement
feature: api 🛠️
OCS API for conversations, chats and participants
feature: frontend 🖌️
"Web UI" client
feature: integration 📦
Integration with 3rd party (chat) service
medium
Milestone
How to use GitHub
Currently on the Talk frontend there is two sources of configs and features.
<input type="hidden" />
values, used by Talk Web onlyWhile features are mostly relevant for clients only, config is widely used by Talk Web as well as other clients.
Some configs are available only from one source and not from another one.
config
)call_enabled
call['enabled']
call['breakout-rooms']
call['recording']
signaling_mode
sip_dialin_info
grid_videos_limit
grid_videos_limit_enforced
federation_enabled
default_permissions
start_conversations
conversations['can-create']
circles_enabled
guests_accounts_enabled
chat['max-length']
read_status_privacy
chat['read-privacy']
play_sounds
attachments['allowed']
attachment_folder
attachment['folder']
attachment_folder_free_space
user.quota > 0
previews['max-gif-size']
enable_matterbridge
signaling['hello-v2-token-key']
signaling['session-ping-limit']
Also, all the Capabilities are available from the Initial State
initial-state-core-capabilities
.Proposals:
Notes:
attachment_folder_free_space
could be replaced with User Metadataquota.free > 0
See also:
The text was updated successfully, but these errors were encountered: