Return hold music for a waiting conference participant
Internal jambonz conference wait-hook, polled for a participant held in a conference that has not yet started (waiting for the moderator). It validates the configured music URL through the SSRF guard and returns a looping play verb for that audio, or an empty verb array when no valid URL is configured. Signed with the jambonz webhook HMAC and not intended for direct client use. Bounded by a handler deadline and fails OPEN with empty wait verbs so the participant keeps waiting rather than being dropped.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
HTTPS URL of the hold-music audio to play to the waiting participant.
Response
A jambonz verb array containing a single play verb for the configured hold music, or an empty array when no valid music URL is available.