Zoom
Join Zoom meetings, start instant meetings, and open Zoom client features.
windows macos linux ios android
Base Syntax
zoommtg://[action]?[parameters] Commands
join
Join a Zoom meeting by meeting ID
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
confno | number | Required | Meeting ID (9, 10, or 11 digits) | 1234567890 |
pwd | string | Optional | Meeting password (encrypted) | abc123 |
uname | string | Optional | Display name for the participant | John%20Doe |
confno number
Required
Meeting ID (9, 10, or 11 digits)
Example:
1234567890 pwd string
Optional
Meeting password (encrypted)
Example:
abc123 uname string
Optional
Display name for the participant
Example:
John%20Doe Full Example
zoommtg://zoom.us/join?confno=1234567890&pwd=abc123&uname=John%20Doe start
Start an instant meeting (requires host permissions)
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
confno | number | Optional | Personal Meeting ID (PMI) | 9876543210 |
confno number
Optional
Personal Meeting ID (PMI)
Example:
9876543210 Full Example
zoommtg://zoom.us/start?confno=9876543210