13236: Dial->Conference: Invalid Conference Sid
WARNING
This warning occurs when you try to connect to a conference by ConferenceSid, but the SID does not identify an existing conference or the conference has already been completed. Conference SIDs use the CF prefix, and a ConferenceSid must refer to an active conference.
- The
ConferenceSidis mistyped, truncated, or otherwise invalid. - The
ConferenceSiddoes not belong to a conference in your account. - The
ConferenceSidrefers to a conference that has already ended and is nowcompleted. - Your application reused a stale
ConferenceSidfrom an earlier call flow instead of the current active conference.
- Verify that you are passing the correct
ConferenceSidfor the conference you want to join. A valid conference SID starts withCF. - Check the conference status before you reuse a stored SID. If the conference has been completed, create or reference a new active conference instead.
- If you want Twilio to create a conference when one does not already exist, use a named conference with
<Conference>or useFriendlyNamewhen creating a participant. - Update your application logic to store the current active conference identifier and avoid reusing old conference SIDs after the conference ends.