যখন একজন ব্যবহারকারী একটি ডিভাইস থেকে একটি কনফারেন্সে যোগদান করেন তখন প্রতিটি অনন্য যোগদান বা ত্যাগ সেশনকে নির্দেশ করে। নোট করুন যে কোনো ব্যবহারকারী সম্মেলনে যোগদান করার সময় একটি নতুন অনন্য আইডি বরাদ্দ করা হয়। এর অর্থ হল যদি একজন ব্যবহারকারী একই ডিভাইস থেকে একাধিকবার একটি স্পেসে যোগদান করেন, তাহলে তাদের আলাদা আইডি বরাদ্দ করা হয় এবং বিভিন্ন অংশগ্রহণকারী সেশন হিসাবেও গণ্য করা হয়।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A ParticipantSession represents a single instance of a user joining or leaving a conference, with each session assigned a unique ID, even if the user rejoins from the same device."],["ParticipantSession data includes the session ID (`name`), start time (`startTime`), and end time (`endTime`) of the session, formatted as Timestamps."],["Google Meet API provides methods to retrieve a specific participant session or list all sessions for a participant within a conference record."]]],["ParticipantSession represents each unique user join/leave of a conference from a device, assigning a new ID per join. Each session has a `name` (session ID), `startTime`, and `endTime` (if ended). The available methods are `get`, which retrieves a session by ID, and `list`, which lists all sessions for a participant within a conference record. The data is structured in JSON, and the timestamps use a specific format.\n"]]