зеркало из https://github.com/nextcloud/spreed.git
6.4 KiB
6.4 KiB
title |
---|
Capabilities |
3.0 (Initial Talk release)
audio
- audio is supportedvideo
- video + screensharing is supportedchat
- simple text chat is supported, superseded bychat-v2
3.1
guest-signaling
- Guests can do signaling via api endpointsempty-group-room
- Group conversations can be created without inviting a Nextcloud user group by default
3.2
guest-display-names
- Display names of guests are stored in the database, can be set via API (not WebRTC only) and are used on returned comments/participants/etc.multi-room-users
- Users can be in multiple conversations at the same time now, therefor signaling now also requires the conversation token on the URL.chat-v2
- Chat messages are now Rich Object Strings and pagination is available, the previouschat
is not available anymore.
4.0
favorites
- Conversations can be marked as favorites which will pin them to the top of the conversation list.last-room-activity
- Conversations have thelastActivity
attribute and should be sorted by that instead of the last ping of the user.no-ping
- The ping endpoint has been removed. Ping is updated with a call to fetch the signaling or chat messages instead.system-messages
- Chat messages have asystemMessage
attribute and can be generated by the systemmention-flag
- The conversation list populates the booleanunreadMention
when the user was mentioned since their last visitin-call-flags
- A new flagparticipantFlags
has been introduced and is replacing theparticipantInCall
boolean.
5.0
invite-by-mail
- Replaced byinvite-groups-and-mails
Guests can be invited with their email addressnotification-levels
- Users can select when they want to be notified in conversationsinvite-groups-and-mails
- Groups can be added to existing conversations via the add participant endpoint
6.0
locked-one-to-one-rooms
- One-to-one conversations are now locked to the users. Neither guests nor other participants can be added, so the options to do that should be hidden as well. Also a user can only leave a one-to-one conversation (not delete). It will be deleted when the other participant left too. If the other participant posts a new chat message or starts a call, the left-participant will be re-added.read-only-rooms
- Conversations can be inread-only
mode which means people can not do calls or write chat messages.
7.0
chat-read-marker
- The chat can be optionally marked read by clients manually, independent from the loading of the chat messages.webinary-lobby
- See Webinary management for technical details.start-call-flag
- Only moderators or users might be able to start calls.
8.0
chat-replies
- Normal chat messages can now be replied to. Check theisReplyable
parameter on the message object.circles-support
- Conversations can be created for circles and all circle members can be added to existing conversations
9.0
config => attachments => allowed
- Whether the user can upload files into a chatconfig => attachments => folder
- User defined folder where items should be uploaded toconfig => conversations => can-create
- Whether the user can create public and group conversations, if not only one-to-one conversations are allowedforce-mute
- "forceMute" signaling messages can be sent to mute other participants.conversation-v2
-The conversations API v2 is less load heavy and should be used by clients when available. Check the difference in the Conversation API documentation.Replaced by API v4 whenconversation-v4
is set.chat-reference-id
- an optional referenceId can be sent with a chat message to be able to identify it in parallel get requests to earlier fade out a temporary message
10.1
conversation-v3
-Whether conversations API v3 is availableReplaced by API v4 whenconversation-v4
is set.sip-support
- Whether SIP can be configured and enabled by moderators. The conversations API will come with some new valuessipEnabled
which signals whether this conversation has SIP configured as well ascanEnableSIP
to see if a user can enable it. When it is enabledattendeePin
will contain the unique dial-in code for this user.
11.0
chat-read-status
- On conversation API v3 and the chat API the last common read message is exposed which can be used to update the "read status" flag of own chat messages. The info should be shown only when the user also shares their read status. The user's value can be found inconfig => chat => read-privacy
.listable-rooms
- Conversations can searched for even when not joined. A "listable" attribute set on rooms defines the scope of who can find it.phonebook-search
- Is present when the server has the endpoint to search for phone numbers to find matches in the accounts listraise-hand
- Participants can raise or lower hand, the state change is sent through signaling messages.room-description
- A description can be get and set for conversations.config => chat => read-privacy
- Seechat-read-status
config => previews => max-gif-size
- Maximum size in bytes below which a GIF can be embedded directly in the page at render time. Bigger files will be rendered statically using the preview endpoint instead. Can be set withocc config:app:set spreed max-gif-size --value=X
where X is the new value in bytes. Defaults to 3 MB.
11.1
delete-messages
- Allows to delete chat messages up to 6 hours for your own messages or when being a moderator. On deleting the message text will be replaced and a follow up system message will make sure clients and users update it in their cache and storage.rich-object-sharing
- Rich objects can be shared to chats. See OCP\RichObjectStrings\Definitions for more details on supported rich objects and required data.conversation-call-flags
- Whether the room api provides thecallFlag
to tell apart video and audio calls
12.0
conversation-v4
- Whether conversations API v4 is available. This also means that v1, v2 and v3 are not available anymore. The changes on API v4 allow a user to have multiple sessions in the same conversation on different devices which is incompatible with the data structure that was used by the previous APIs.