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];
}
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-26 (UTC) को अपडेट किया गया."],[[["`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"]]