Skip to content

Remove join_conference command and related examples from API docs#477

Merged
Devon-White merged 5 commits into
mainfrom
devon/calling-api-fixes
Jul 20, 2026
Merged

Remove join_conference command and related examples from API docs#477
Devon-White merged 5 commits into
mainfrom
devon/calling-api-fixes

Conversation

@Devon-White

@Devon-White Devon-White commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

This PR removes the calling.join_conference command from the Calling API reference. The command is not supported by the Calls endpoint, so its entry in the supported-commands table, its request example, and the CallJoinConferenceRequest / ConferenceStreamParams schemas have been removed from the TypeSpec source, with the generated OpenAPI spec regenerated to match. (The SWML join_conference method is a separate feature and remains documented.)

It also corrects the endpoint description: the previous text claimed "all async-safe RELAY methods" could be sent through the endpoint, which contradicted the finite command list. The description now states that only the listed commands are supported, notes that dial creates a call while the other commands act on an active one, and explains that asynchronous operations deliver results via status_url webhooks.

@Devon-White Devon-White linked an issue Jul 14, 2026 that may be closed by this pull request
@Devon-White
Devon-White marked this pull request as ready for review July 14, 2026 19:23
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@hey-august
hey-august self-requested a review July 20, 2026 13:57
@hey-august hey-august changed the title Remove join_conference command and related examples from API document… Remove join_conference command and related examples from API docs Jul 20, 2026

@hey-august hey-august left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Devon-White
Devon-White merged commit d0c1dd8 into main Jul 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove non-asynchronous commands from Send Call Commands API

2 participants