REST Resource: conferenceRecords
資源:ConferenceRecord
JSON 表示法 |
{
"name": string,
"startTime": string,
"endTime": string,
"expireTime": string,
"space": string
} |
欄位 |
name |
string
ID。會議記錄的資源名稱。格式:conferenceRecords/{conferenceRecord} ,其中 {conferenceRecord} 是聊天室中每個呼叫例項的專屬 ID。
|
startTime |
string (Timestamp format)
僅供輸出。會議開始的時間戳記。一律設定。
|
endTime |
string (Timestamp format)
僅供輸出。會議結束時間。為過往會議設定。如果會議正在進行中,請取消設定。
|
expireTime |
string (Timestamp format)
僅供輸出。伺服器強制執行這項會議記錄資源的到期時間。資源會在會議結束後 30 天內刪除。
|
space |
string
僅供輸出。舉辦會議的空間。
|
方法 |
|
取得會議 ID 的會議記錄。 |
|
列出會議記錄。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-10 (世界標準時間)。
[null,null,["上次更新時間:2024-09-10 (世界標準時間)。"],[[["A ConferenceRecord represents a single meeting instance within a space and includes details like name, start and end times, and the space it was held in."],["ConferenceRecord data is structured in JSON format with fields for identifier, timestamps, and space information."],["You can retrieve specific conference records using the `get` method or list all conference records using the `list` method."],["Each ConferenceRecord has a unique identifier and is automatically deleted 30 days after the conference ends."]]],[]]