You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/website/blog/2023-07-30-v1.8.7.md

59 lines
2.4 KiB
Markdown

---
title: Release Note v1.8.7
authors: moonrailgun
image: /img/logo.svg
slug: release-1.8.7
keywords:
- tailchat
tags: [Release Note]
---
### Feature Update
#### Self-hostable real-time audio and video solutions
The second real-time audio and video solution officially provided by `Tailchat`, give users the choice of service! Created for users with self-host needs, the operation logic has been optimized to make it easier to use.
For normal users, you need to install the `com.msgbyte.livekit` plugin
![](/img/blog/release-note/v1.8.7/1.png)
Refresh the page and reload the plug-in, you can see the voice channel function when creating the group panel
![](/img/blog/release-note/v1.8.7/2.png)
You can do some preparatory work before joining the group, such as turning on the camera to adjust the position, adjusting the media source of the camera microphone, etc.
![](/img/blog/release-note/v1.8.7/3.png)
Join when you're ready Join channel meetings to chat with others online.
![](/img/blog/release-note/v1.8.7/4.png)
During the meeting, you can share images, switch your media devices, and chat with other participants in real time.
> Note that the chat feature in the meeting will not be save persistently, but for the flexible Tailchat, there is a trick to pin a regular chat channel and chat in that channel, so that no matter the participant It is still possible to expect the content to be persistently save
> ![](/img/blog/release-note/v1.8.7/5.png)
Group members outside the room can see who's in the meeting, so if someone's chatting, join them right away!
![](/img/blog/release-note/v1.8.7/6.png)
![](/img/blog/release-note/v1.8.7/7.png)
In addition, please feel free to switch to other panels during the meeting, and the connection will not be interrupted. You can quickly return to the current session at any time through the button in the lower left corner.
![](/img/blog/release-note/v1.8.7/8.png)
> Take a look in [Livekit Plugin Deployment Guide](/docs/meeting/livekit) for media server deployment solutions
### Other Updates
- Increase the compatibility of aliyunoss with other third-party object storage services compatible with the aws s3 protocol
- Add `type` and `emailVerified` fields to admin user list
- admin fixed the problem of wrong statistics of group members and panels
- Fix type error caused by `tailchat-client-sdk` dependency issue
- The plugin development function `regCustomPanel` adds a `useIsShow` field for showing or hiding icons.