---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

- [ ] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-client.js/blob/master/CHANGELOG.md).
 - [ ] I reviewed the [Common Issues](https://github.com/twilio/twilio-client.js/blob/master/COMMON_ISSUES.md) and open GitHub issues and verified that this report represents a potentially new issue.
 - [ ] I verified that the [Quickstart](https://github.com/TwilioDevEd/client-quickstart-js) application works in my environment.
 - [ ] I am not sharing any [Personally Identifiable Information (PII)](https://www.twilio.com/docs/glossary/what-is-personally-identifiable-information-pii)
       or sensitive account information (API keys, credentials, etc.) when reporting this issue.

**Code to reproduce the issue:**

<!-- A JSFiddle, CodePen, Plunker, or Gist is great, too! -->

```js
// TODO
```

**Expected behavior:**

TODO

**Actual behavior:**

<!--
If possible, please include debug logs. You can enable debug mode by setting debug flag to true, e.g.

    const device = new Twilio.Device(token, { debug: true });

Then you can copy and paste or save the logs from your browser's console.
-->

TODO

**Software versions:**

 - [ ] Browser(s):
 - [ ] Operating System:
 - [ ] twilio.js:
 - [ ] Third-party libraries (e.g., Angular, React, etc.):
