استخدِم متصفّح Chrome من الإصدار 94 أو إصدارًا أحدث.
إنشاء رموز OAuth
للربط بواجهة برمجة التطبيقات Meet Media API، يجب أن يستخدم تطبيقك بروتوكول OAuth لإنشاء
الرموز المميزة للوصول. لمزيد من المعلومات عن الوصول إلى Google APIs باستخدام OAuth، يُرجى الاطّلاع على مقالة استخدام
OAuth 2.0 للوصول إلى Google APIs.
عند إنشاء تطبيق ويب، يمكنك إنشاء رموز OAuth باستخدام مسار منح الإذن ضمنيًا. يستخدم نموذج TypeScript
هذا هذه العملية لإنشاء رموز OAuth.
تاريخ التعديل الأخير: 2025-02-24 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2025-02-24 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This page provides instructions for setting up and running a sample application using the TypeScript reference client implementation for the Google Meet Media API."],["The sample requires prerequisites such as Bazel, Webpack, Node.js, Yarn, `gcloud` CLI, a Google Cloud project, and a Google Workspace account with Google Meet enabled."],["OAuth tokens must be generated using the implicit grant flow; the OAuth 2.0 Playground is incompatible with the Meet Media API, as the tokens cannot be associated with a Google Cloud Project."],["Due to CORS limitations, the sample application must be deployed to a service like Google App Engine, and `localhost` will not work."],["The setup involves building the sample with `yarn` and `webpack`, deploying it via `gcloud app deploy`, creating OAuth 2.0 credentials, and then joining a meeting and observing the audio/video streams."]]],[]]