VirtualSession 定義 (已淘汰)
VirtualSessionInfo 定義
// Information related to the virtual session which was booked.
message VirtualSessionInfo {
// URL which was created for the virtual session. (optional)
string session_url = 1;
// The meeting id which was created for the virtual session. (optional)
string meeting_id = 2;
// Password required to access the session. (optional)
string password = 3 [(datapol.semantic_type) = ST_ACCOUNT_CREDENTIAL];
}
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-26 (世界標準時間)。
[null,null,["上次更新時間:2024-11-26 (世界標準時間)。"],[[["`VirtualSessionInfo` message stores details about a booked virtual session, including session URL, meeting ID, and password."],["The `session_url` and `meeting_id` fields provide access to the virtual session, while `password` secures it and is classified as sensitive account credential data."]]],["The `VirtualSessionInfo` message defines data related to a booked virtual session. It includes the `session_url` for accessing the session, an optional `meeting_id`, and an optional `password` required for access, categorized as an account credential. These fields provide the necessary information for a user to join a scheduled virtual session. The information provided is optional and could be empty.\n"]]