Skip to main content
PrerequisitesSet callbackUrl and, optionally, callbackMethod on the <Conference> element. Vobiz sends form-encoded requests to this URL when participants enter or exit.

Events

Vobiz sends the following participant callbacks:
Separate start and end callbacks are not currently available. Use ConferenceFirstMember on enter and ConferenceLastMember on exit to track the room lifecycle.

Parameters sent to callbackUrl

Callback fields vary by event. Validate ConferenceAction before reading event-specific values. ConferenceCurrentSize, Timestamp, and RecordingUrl are not included in these callbacks.

Examples

Handling callbacks in Node.js

Express handler for conference events

Handling callbacks in Python

Flask handler for conference events

Example callback payload

Enter event
Exit event

Wait-audio request

When a participant waits for a moderator, Vobiz requests the waitSound URL with ConferenceAction=waitSound and Event=ConferenceRemoteSounds. The request includes ConferenceName, CallUUID, From, To, Direction, and CallStatus. It does not include usable conference or member IDs.
Wait-audio request
Return Vobiz XML with the audio instructions for the waiting participant: