OptionalagentUser agent string to send in requests
OptionalcaThe path to a CA certificate file (defaults to system CA)
OptionalclientThe Zoom OAuth client ID (defaults to ZM_RTMS_CLIENT environment variable)
Optionalis_Whether to verify TLS certificates (1 = verify, 0 = don't verify, defaults to 1)
Optionalmeeting_The UUID of the Zoom meeting (for Meeting SDK events)
OptionalpollThe interval between poll operations in milliseconds
The RTMS stream ID for this connection
OptionalsecretThe Zoom OAuth client secret (defaults to ZM_RTMS_SECRET environment variable)
The server URL(s) to connect to
Optionalsession_The session ID (for Video SDK events) - used when meeting_uuid is not provided
OptionalsignatureThe authentication signature (optional if client and secret are provided)
OptionaltimeoutThe timeout for the join operation in milliseconds
Optionalwebinar_The UUID of the Zoom webinar (for Webinar events)
Parameters for joining a Zoom RTMS session
For Meeting SDK events (meeting.rtms_started), use meeting_uuid. For Webinar events (webinar.rtms_started), use webinar_uuid. For Video SDK events (session.rtms_started), use session_id. Priority: meeting_uuid > webinar_uuid > session_id.