تاريخ التعديل الأخير: 2024-04-30 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-04-30 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves details of a specific participant within a Google Meet conference."],["Requires providing the participant's resource name as a path parameter in the request URL."],["Returns a `Participant` object containing the participant's information if successful."],["Needs authorization with specific OAuth scopes related to Google Meet access."]]],["This document outlines how to retrieve a participant using their ID. A `GET` request is sent to a specified URL, structured with gRPC Transcoding syntax, including a required `name` parameter representing the participant's resource name. The request body must be empty. A successful response returns a `Participant` instance. Authorization requires either the `meetings.space.created` or `meetings.space.readonly` OAuth scope. No data is sent in the request body.\n"]]