You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/conferences.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
Conferences and Participants
5
5
==============================
6
6
7
+
The :class:`Conference` resource manages all interaction with Twilio conferences, such as listing and managing participants.
7
8
For more information, see the `Conference REST Resource <http://www.twilio.com/docs/api/rest/conference>`_ and `Participant REST Resource <http://www.twilio.com/docs/api/rest/participant>`_ documentation.
outputs valid `TwiML <http://www.twilio.com/docs/api/twiml/>`_. This can be done with the :class: `twiml.Response` class, `get started here <http://twilio-python.readthedocs.org/en/latest/usage/twiml.html#twiml-creation>`_.
and `Member REST Resource <http://www.twilio.com/docs/api/rest/member>`_
10
-
documentation.
7
+
The :class:`Queue` resource allows you to query and manage the state of individual call queues.For more information, see the `Queue REST Resource <http://www.twilio.com/docs/api/rest/queue>`_.
8
+
9
+
The :class:`Members` resource is a subresource of a Queue resource. It represents the set of members currently in a queue. See the `Member REST Resource <http://www.twilio.com/docs/api/rest/member>`_ documentation for more information.
Copy file name to clipboardExpand all lines: docs/usage/recordings.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
================
4
4
Recordings
5
5
================
6
-
6
+
A :class:`Recording` resource represents an individually recorded call. Recordings are generated when you use the `Record <https://www.twilio.com/docs/api/twiml/record>`_ TwiML verb.
Copy file name to clipboardExpand all lines: docs/usage/sip.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ Sip In
5
5
Getting started with Sip
6
6
==========================
7
7
8
-
If you're unfamiliar with SIP, please see the `SIP API Documentation
9
-
<https://www.twilio.com/docs/api/rest/sip>`_ on our website.
8
+
Connect your SIP endpoints to Twilio and start building voice apps with Twilio’s APIs and application stack. If you're unfamiliar with SIP, please see the `SIP API Documentation <https://www.twilio.com/docs/api/rest/sip>`_ on our website.
10
9
11
10
Creating a Sip Domain
12
11
=========================
13
12
14
13
The :class:`Domains` resource allows you to create a new domain. To
15
14
create a new domain, you'll need to choose a unique domain that lives
16
15
under sip.twilio.com. For example, dunder-mifflin-scranton.sip.twilio.com.
16
+
For more information, see the `Domains resource documentation <https://www.twilio.com/docs/api/rest/domain>`_ on our website.
Copy file name to clipboardExpand all lines: docs/usage/transcriptions.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
Transcriptions
5
5
================
6
6
7
+
A :class:`Transcription` resource represents a transcription of a recording. The transcription text itself is the result of converting an audio recording to readable text.
7
8
Transcriptions are generated from recordings via the
0 commit comments