chat-share-url

This commit is contained in:
John Livingston
2021-12-21 19:54:37 +01:00
parent ffb8be8b30
commit c95dd1f713
6 changed files with 98 additions and 5 deletions

View File

@ -315,6 +315,20 @@ You can report the bug on the official
descriptionHTML: '<h3>Prosody advanced settings</h3>'
})
registerSetting({
name: 'chat-share-url',
label: 'Show the «share chat link» button',
descriptionHTML: 'There will be a button for sharing a chat url (could be used to intregrated in OBS for example).',
private: false,
type: 'select',
default: 'owner',
options: [
{ label: 'Show for nobody', value: 'nobody' },
{ label: 'Show for everyone', value: 'everyone' },
{ label: 'Show for the video owner', value: 'owner' },
{ label: 'Show for the video owner and instance\'s moderators', value: 'owner+moderators' }
]
})
registerSetting({
name: 'prosody-peertube-uri',
label: 'Peertube url for API calls',