Skip to content

Conversation

@cybex-dev
Copy link

@cybex-dev cybex-dev commented Jun 16, 2025

Contributing to Twilio

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

Pull Request Details

Description

Adds granular Call status events to provide more insight into the current call state.

  • Introduces Call.CallStatus enum for detailed call status reporting.
  • Emits 'status' events during various stages of the call lifecycle, such as connecting, connected, ringing, etc.

Use-case:

Burndown

Before review

  • Updated CHANGELOG.md if necessary
  • Added unit tests if necessary
  • Updated affected documentation
  • Verified locally with npm test
  • Manually sanity tested running locally
  • Ready for review

Before merge

  • Got one or more +1s
  • Squashed erroneous commits if necessary
  • Re-tested if necessary

@kpchoy
Copy link
Contributor

kpchoy commented Jun 16, 2025

Hi @cybex-dev thank you for your contribution. I see a majority of these events are already emitted by the Call.Events. Please see https://www.twilio.com/docs/voice/sdks/javascript/twiliocall#events .

@kpchoy
Copy link
Contributor

kpchoy commented Nov 24, 2025

Will close this PR due to inactivity. Please open another PR or issue if your issue persists, thanks.

@kpchoy kpchoy closed this Nov 24, 2025
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.

2 participants