This commit is contained in:
John Livingston 2021-08-04 00:56:31 +02:00
parent a3579abb81
commit 5300992806
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ The ```peertube.im``` is part of the example, you have to replace the entire val
The room to join on your XMPP server. The room to join on your XMPP server.
You can have a single room for all webchats, or you can use any of there placeholders: You can have a single room for all webchats, or you can use any of there placeholders:
- ```{{{VIDEO_UUID}}}``` to insert the video UUID and have a custom room for each video. - ```{{VIDEO_UUID}}``` to insert the video UUID and have a custom room for each video.
- ```{{{CHANNEL_ID}}}``` to insert the channel numerical ID and have a custom room for each channel. - ```{{CHANNEL_ID}}``` to insert the channel numerical ID and have a custom room for each channel.
- ```{{{CHANNEL_NAME}}}``` to insert the channel name (see the Peertube's documentation for possible characters) and have a custom room for each channel. - ```{{CHANNEL_NAME}}``` to insert the channel name (see the Peertube's documentation for possible characters) and have a custom room for each channel.
You can mix several placeholder. You can mix several placeholder.