Mark an inbound conference call as answered
Updates an existing inbound Call to status in-progress when the user picks up. Looks up the record by callId, Twilio call SID, or a fuzzy fallback on caller number within the last 5 minutes. Emits call_answered. Returns success even when no record is found (best-effort).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Option 1
- Option 2
- Option 3
At least one identifier (callId, twilioCallSid, or callerNumber) should be supplied so the server can locate the Call record.
Tether-minted call identifier — primary lookup key for the Call record.
Twilio conference room name binding the agent leg to the customer leg.
PSTN caller number in E.164, used as a fuzzy fallback when no IDs match.
Twilio Call SID (providerCallId) used to locate the record when the Tether callId is unknown.