# Twilio In-browser Call Plugin

{% hint style="info" %}
[Bubble Plugin Page](https://bubble.io/plugin/1595777680752x644779389333798900)

[Plugin Demo Page](https://testtwilioapp.bubbleapps.io/twilio-demo)
{% endhint %}

This plugin will allow you to make and receive in-browser phone calls. The following action can be used:&#x20;

* **Make a call** - Hangup - Mute/unmute - Send digits - Get a call id - Get a call status - Start call recording
* **Receive a call** - trigger an incoming call, Accept, Disconnect, reject, and ignore

#### Supported Browsers

Check Twilio Voice SDK Supported Browsers article [here](https://www.twilio.com/docs/voice/sdks/javascript#supported-browsers)

{% content-ref url="/pages/FvN8gDfel3XalvRVhLe3" %}
[Getting Started](/v1/twilio-in-browser-call-plugin/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/bVWBtrSZB15y7rVRla7i" %}
[Making Calls](/v1/twilio-in-browser-call-plugin/making-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/A5cpkawaMTFg2tj2aCVR" %}
[Receiving Calls](/v1/twilio-in-browser-call-plugin/receiving-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/1qjFzi9TgqjqInhybkya" %}
[Recording a Call](/v1/twilio-in-browser-call-plugin/recording-a-call.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inova.us/v1/twilio-in-browser-call-plugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
