| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
# Conflicts: # index.ts
…upted Refactored Python event callbacks to use a shared event dispatcher (matching the Node.js setupEventHandler pattern). Previously each of onParticipantEvent, onActiveSpeakerEvent, and onSharingEvent called super().onEventEx() independently, overwriting the previous handler. Now all event callbacks coexist through a single dispatcher. Added onMediaConnectionInterrupted callback for EVENT_MEDIA_CONNECTION_INTERRUPTED events in both Node.js and Python with auto-subscription.
Added webinar_uuid as a recognized field in JoinParams for Zoom Webinar events (webinar.rtms_started). Priority: meeting_uuid > webinar_uuid > session_id. The C SDK's rtms_join() accepts a generic meeting_uuid parameter that works for all UUID types.
…rt USER_JOIN/USER_LEAVE constants
| Back | FazBrowse Home | New Git URL |
Description
Release v1.0.3 of the Zoom RTMS SDK. This release adds webinar UUID support, a new onMediaConnectionInterrupted callback, and fixes several bugs across Node.js and Python bindings including a release crash on ended sessions, video params being overwritten by audio params, Express middleware compatibility in the webhook handler, webhook schema validation, and Python event callback coexistence.
Related Issues
Fixes #93, Fixes #94, Fixes #95, Fixes #96
Type of Change
Affected Components
Testing Performed
Checklist
Summary of Changes
Bug Fixes: