ENGDESK-39615: Add active_calls method to Connection class#91
Closed
ai-swe-agent wants to merge 5 commits intomasterfrom
Closed
ENGDESK-39615: Add active_calls method to Connection class#91ai-swe-agent wants to merge 5 commits intomasterfrom
ai-swe-agent wants to merge 5 commits intomasterfrom
Conversation
dmmc12
approved these changes
Mar 21, 2025
ADandyGuyInSpace
approved these changes
Mar 21, 2025
Collaborator
|
Thanks for the catch on the other connection types @ADandyGuyInSpace. Any reason the CI's are failing right now and when can we merge? |
Collaborator
|
@ADandyGuyInSpace friendly reminder to merge and push. |
stainless-app bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…ication feat(lib): add ED25519 webhook signature verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the
active_callsmethod to the Connection class in the Telnyx Python SDK. This method allows users to retrieve active calls for a given connection.Changes
nested_resource_class_methodsdecorator to the Connection class with the "active_call" resource and "list" operationactive_callsinstance method that calls the generatedlist_active_callsclass methodRelated Issues
Fixes: ENGDESK-39615
Usage
After this change, users will be able to retrieve active calls using either: