The meeting UUID from the webhook (payload.object.meeting_uuid).
The RTMS stream id from the webhook (payload.object.rtms_stream_id).
The signaling/media server URL(s) from the webhook (payload.object.server_urls).
OptionalsignatureThe webhook signature (HMAC-SHA256 over client_id+meeting_uuid+rtms_stream_id), when pre-computed.
The RTMS connection params delivered by the
meeting.rtms_startedwebhook. A deployment passes these to the bridge via the sessionConfiguration(see ZoomRtmsSdkConfig); this adapter forwards them to RtmsClient.join. Field names mirror the webhook payload verbatim. VERIFY against the Zoom webhook schema (https://developers.zoom.us/docs/rtms/).