gws-meet

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

meet (v2)

meet (v2)

PREREQUISITE: Read
../gws-shared/SKILL.md
for auth, global flags, and security rules. If missing, run
gws generate-skills
to create it.
bash
gws meet <resource> <method> [flags]
前置要求: 阅读
../gws-shared/SKILL.md
了解认证、全局标志和安全规则。如果文件缺失,请运行
gws generate-skills
生成该文件。
bash
gws meet <resource> <method> [flags]

API Resources

API 资源

conferenceRecords

conferenceRecords

  • get
    — Gets a conference record by conference ID.
    • list
      — Lists the conference records. By default, ordered by start time and in descending order.
    • participants
      — Operations on the 'participants' resource
    • recordings
      — Operations on the 'recordings' resource
    • transcripts
      — Operations on the 'transcripts' resource
  • get
    — 通过会议ID获取会议记录。
    • list
      — 列出会议记录。默认按开始时间降序排列。
    • participants
      — 对“participants”资源执行操作
    • recordings
      — 对“recordings”资源执行操作
    • transcripts
      — 对“transcripts”资源执行操作

spaces

spaces

  • create
    — Creates a space.
  • create
    — 创建会议空间。
    • endActiveConference
      — 结束当前活跃的会议(如果存在)。示例请参考结束活跃会议
    • get
      — 获取会议空间的详细信息。示例请参考获取会议空间
    • patch
      — 更新会议空间的详细信息。示例请参考更新会议空间

Discovering Commands

命令探索

Before calling any API method, inspect it:
bash
undefined
在调用任何API方法之前,请先查看其详情:
bash
undefined

Browse resources and methods

浏览资源和方法

gws meet --help
gws meet --help

Inspect a method's required params, types, and defaults

查看方法的必填参数、类型和默认值

gws schema meet.<resource>.<method>

Use `gws schema` output to build your `--params` and `--json` flags.
gws schema meet.<resource>.<method>

使用`gws schema`的输出来构建你的`--params`和`--json`标志。