Akun Google Workspace yang mengaktifkan Google Meet.
Gunakan browser Chrome dengan versi >= 94.
Membuat token OAuth
Untuk terhubung ke Meet Media API, aplikasi Anda harus menggunakan OAuth untuk membuat
token akses. Untuk mempelajari lebih lanjut cara mengakses Google API dengan OAuth, lihat Menggunakan
OAuth 2.0 untuk Mengakses Google API.
Saat mem-build aplikasi web, Anda dapat membuat token OAuth menggunakan alur pemberian
implisit. Contoh TypeScript
ini menggunakan alur ini untuk membuat token OAuth.
Tambahkan URL aplikasi yang di-deploy ke Asal JavaScript Resmi dan
URI Pengalihan Resmi.
Salin client ID dan tempelkan ke halaman web yang di-deploy.
Ketuk tombol login dan ikuti petunjuknya. Jika Anda mengalami error,
perhatikan bahwa mungkin perlu waktu beberapa menit hingga URI pengalihan diterapkan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-02-24 UTC."],[[["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."]]],[]]