Open ShGKme opened 1 year ago
Currently on the Talk frontend there is two sources of configs and features.
<input type="hidden" />
While features are mostly relevant for clients only, config is widely used by Talk Web as well as other clients.
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.
initial-state-core-capabilities
Proposals:
Notes:
quota.free > 0
See also:
I updated the table, and added more info about what capabilities are required for the desktop and other clients and what are not. I'm not sure about some of them, feel free to edit.
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.
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: