# 在线会议链接

为线上预约添加视频会议链接。客户会在确认邮件中自动收到会议链接。

Sesami 可与任何视频会议平台配合使用：

* **Zoom**
* **Google Meet**
* **Microsoft Teams**
* **Webex**
* **任何基于 URL 的会议工具**

## 两种方法

### 基于资源的链接（推荐）

将会议链接添加到 **资源描述**中。每个资源都可以有自己的链接。

**适用于：** 每位团队成员都有自己的会议室（例如个人 Zoom 会议室）。

### 基于服务的链接

将会议链接添加到 **服务描述**中。该服务的所有预约都共享同一个链接。

**适用于：** 所有预约都使用同一个会议空间（例如团体瑜伽课）。

| 场景                  | 最佳方法 |
| ------------------- | ---- |
| 每位治疗师都有自己的 Zoom 会议室 | 基于资源 |
| 团体瑜伽课               | 基于服务 |
| 个人咨询                | 基于资源 |
| 网络研讨会或讲座            | 基于服务 |

## 设置

### 向资源添加链接

1. 前往 **Sesami > 资源 > \[选择资源] > 编辑**
2. 在 **描述** 字段中，添加您的会议链接：

   ```
   通过 Zoom 加入：https://zoom.us/j/1234567890
   会议 ID：123 456 7890
   密码：wellness
   ```
3. **保存**

### 向服务添加链接

1. 前往 **Sesami > 服务 > \[选择服务] > 管理**
2. 在 **描述** 或 **服务详情** 字段中，添加您的会议链接
3. **保存**

## 链接显示位置

来自描述中的会议链接会包含在：

* **预约确认邮件** — 在预约后立即发送
* **提醒邮件** — 在预约前发送（如果通过 Flows 配置）
* **改期确认** — 如果预约被移动

## 重要：链接不会自动生成

Sesami 不会为每次预约创建唯一的会议链接。资源或服务描述中的同一个链接会与预订该资源或服务的每位客户共享。请使用永久/可重复使用的会议链接（例如 Zoom 个人会议室），并通过等候室或密码管理访问。

## 团体预约

适用于 [团体预约](/zh-cn/yu-yue/booking-features/group-appointments.md)中，添加会议链接到 **服务描述** 这样所有参与者都会收到相同的链接。请确保您的视频平台支持您预期的群组规模。

## 提示

* **使用永久链接** （Zoom 个人会议室或可重复使用的 Google Meet 链接）以避免维护工作
* **启用等候室或密码** 以确保安全
* **包含下载链接** 用于会议平台，方便首次使用的用户完成设置
* **提前几分钟开始会议** 让客户不用等待

## 故障排除

<details>

<summary>会议链接未出现在确认邮件中</summary>

检查链接是否已保存到资源或服务描述中。创建一笔测试预约，确认链接是否已发送。

</details>

<details>

<summary>客户无法加入会议</summary>

常见原因：主持人尚未开始会议、客户需要安装平台应用，或者链接有拼写错误。请在描述中包含清晰的说明和联系方式。

</details>

## 相关

* [资源](/zh-cn/guan-li-yuan/resources.md) — 使用描述设置资源
* [服务](/zh-cn/guan-li-yuan/services.md) — 配置服务描述
* [团体预约](/zh-cn/yu-yue/booking-features/group-appointments.md) — 虚拟团体课程
* [通知邮件](/zh-cn/tong-zhi/notification-emails.md) — 邮件自定义


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sesami.co/zh-cn/yu-yue/booking-features/online-meeting-links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
