-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: convert markdown links to href formatted links (#581)
* docs: convert markdown links to href formatted links * fix long line wrapping * additional fixes to long line wrapping * regenerate documentation with corrected long line wrapping * rebased Co-authored-by: Jennifer Mah <[email protected]>
- Loading branch information
1 parent
94eccf2
commit 4548332
Showing
202 changed files
with
1,776 additions
and
1,439 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -246,8 +246,10 @@ public CallCreator setStatusCallback(final String statusCallback) { | |
* be: `initiated`, `ringing`, `answered`, and `completed`. If no event is | ||
* specified, we send the `completed` status. If you want to receive multiple | ||
* events, specify each one in a separate `status_callback_event` parameter. See | ||
* the code sample for [monitoring call | ||
* progress](https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json). If an `application_sid` is present, this parameter is ignored.. | ||
* the code sample for <a | ||
* href="https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json">monitoring | ||
* call progress</a>. If an `application_sid` is present, this parameter is | ||
* ignored.. | ||
* | ||
* @param statusCallbackEvent The call progress events that we send to the | ||
* `status_callback` URL. | ||
|
@@ -263,8 +265,10 @@ public CallCreator setStatusCallbackEvent(final List<String> statusCallbackEvent | |
* be: `initiated`, `ringing`, `answered`, and `completed`. If no event is | ||
* specified, we send the `completed` status. If you want to receive multiple | ||
* events, specify each one in a separate `status_callback_event` parameter. See | ||
* the code sample for [monitoring call | ||
* progress](https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json). If an `application_sid` is present, this parameter is ignored.. | ||
* the code sample for <a | ||
* href="https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json">monitoring | ||
* call progress</a>. If an `application_sid` is present, this parameter is | ||
* ignored.. | ||
* | ||
* @param statusCallbackEvent The call progress events that we send to the | ||
* `status_callback` URL. | ||
|
@@ -407,8 +411,9 @@ public CallCreator setSipAuthPassword(final String sipAuthPassword) { | |
* us to return `AnsweredBy` as soon as the called party is identified. Use | ||
* `DetectMessageEnd`, if you would like to leave a message on an answering | ||
* machine. If `send_digits` is provided, this parameter is ignored. For more | ||
* information, see [Answering Machine | ||
* Detection](https://www.twilio.com/docs/voice/answering-machine-detection).. | ||
* information, see <a | ||
* href="https://www.twilio.com/docs/voice/answering-machine-detection">Answering | ||
* Machine Detection</a>.. | ||
* | ||
* @param machineDetection Enable machine detection or end of greeting detection | ||
* @return this | ||
|
@@ -476,9 +481,9 @@ public CallCreator setTrim(final String trim) { | |
|
||
/** | ||
* The phone number, SIP address, or Client identifier that made this call. | ||
* Phone numbers are in [E.164 | ||
* format](https://wwnw.twilio.com/docs/glossary/what-e164) (e.g., | ||
* +16175551212). SIP addresses are formatted as `[email protected]`.. | ||
* Phone numbers are in <a | ||
* href="https://wwnw.twilio.com/docs/glossary/what-e164">E.164 format</a> | ||
* (e.g., +16175551212). SIP addresses are formatted as `[email protected]`.. | ||
* | ||
* @param callerId The phone number, SIP address, or Client identifier that | ||
* made this call. Phone numbers are in E.164 format (e.g., | ||
|
@@ -616,8 +621,10 @@ public CallCreator setCallReason(final String callReason) { | |
/** | ||
* The absolute URL that returns the TwiML instructions for the call. We will | ||
* call this URL using the `method` when the call connects. For more | ||
* information, see the [Url | ||
* Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls).. | ||
* information, see the <a | ||
* href="https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter">Url | ||
* Parameter</a> section in <a | ||
* href="https://www.twilio.com/docs/voice/make-calls">Making Calls</a>.. | ||
* | ||
* @param url The absolute URL that returns TwiML for this call | ||
* @return this | ||
|
@@ -630,8 +637,10 @@ public CallCreator setUrl(final URI url) { | |
/** | ||
* The absolute URL that returns the TwiML instructions for the call. We will | ||
* call this URL using the `method` when the call connects. For more | ||
* information, see the [Url | ||
* Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls).. | ||
* information, see the <a | ||
* href="https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter">Url | ||
* Parameter</a> section in <a | ||
* href="https://www.twilio.com/docs/voice/make-calls">Making Calls</a>.. | ||
* | ||
* @param url The absolute URL that returns TwiML for this call | ||
* @return this | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.