zoom-meeting-sdk-android

Embed Zoom Meeting SDK for Android apps with UI options and authentication flows.

65|12|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-android
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-meeting-sdk-android
Source: https://github.com/zoom/skills/tree/main/meeting-sdk/android
Command: npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-android

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Android apps need to embed Zoom meetings securely and reliably, with flexible UI options and proper auth flow to provide in-app collaboration.

Core Features & Use Cases

  • Embedding Zoom meetings in Android apps using the Meeting SDK with default UI for rapid validation and custom UI for branded experiences.
  • PKCE + SDK authentication, join/start flows, and API integration to control meeting lifecycle and events.
  • Use cases include in-app meeting views, host controls, and hybrid flows that mix native and web components.

Quick Start

Install the Meeting SDK in your Android project, initialize the SDK, and perform a sample join to verify integration.

Frequently Asked Questions about zoom-meeting-sdk-android

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed Zoom meetings in an Android app?

Configure the Android project with the Meeting SDK, initialize it, and perform a sample join to verify integration, enabling in-app collaboration with default or custom UI.

Does the Zoom Meeting SDK support custom UI for Android deployments?

Yes, the SDK supports both default UI for rapid validation and custom UI for branded meeting experiences directly within Android applications.

How does signature-based authentication work for the Android Meeting SDK?

Signature-based authentication uses PKCE and SDK auth flows to securely authorize join and start scenarios, controlling the meeting lifecycle and event callbacks.

Can I orchestrate the meeting lifecycle and handle event callbacks with the Android SDK?

Yes, the SDK enables lifecycle orchestration and event callbacks, allowing you to manage meeting states and integrate API controls for hybrid flows.

What is the best way to handle permissions when joining Zoom meetings in Android?

Configure the SDK's built-in permissions handling to ensure proper device access for audio and video, maintaining compatibility across Android devices.

Are there limitations when mixing native and web components in Android Zoom SDK?

Hybrid flows mixing native and web components require careful lifecycle orchestration and event callback management to maintain meeting stability across Android devices.