Skip to content

Commit

Permalink
Revert "Stashing changes;"
Browse files Browse the repository at this point in the history
This reverts commit c516a8c.
  • Loading branch information
byrnereese committed Feb 4, 2025
1 parent d14b40a commit 36edd2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions docs/basics/uri-schemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Periodically developers need to launch RingCentral apps in order to place calls,
| Scheme | Application | Usage |
|-|-|-|
| `tel://` | RingCentral Phone | Use this scheme with a phone number to initiate a phone call on the desktop/web. **Deprecated** |
| `rcapp://` | RingCentral App | Launch the RingCentral desktop or mobile app, depending upon context. |
| `rcmobile://` | RingCentral Mobile Phone | Use this scheme with a phone number to initiate a phone call on a mobile device. |
| `rcapp://` | RingCentral App | Launch the RingCentral App. |

## RingCentral App schemes

Expand All @@ -16,15 +17,12 @@ Periodically developers need to launch RingCentral apps in order to place calls,
| `rcapp://r/call?number=<phone number>` | Place a phone call with RingCentral App. |
| `rcapp://r/dialer` | Open the dialpad in the RingCentral App. |
| `rcapp://r/dialer?number=<phone number>` | Open the dialpad in the RingCentral App, with a number pre-populated. |
| `rcapp://chat/r?groupid=<chat id>` | Open RingCentral App to a specific chat, e.g. team, group chat or private chat. |
| `rcapp://r/fax/<recipient number>` | Initiate sending a fax to a phone number. |
| `rcapp://r/sms?type=new` | Open RingCentral App to a new SMS message. |
| `rcapp://r/sms?type=new&number=<phone number>` | Open RingCentral App to a new SMS message with a number prepopulated. |
| `rcapp://chat/r?groupid=<chat id>` | Open RingCentral App to a specific chat, e.g. team, group chat or private chat. |
| `rcapp://message/[all|direct|teams|text|favorites]` | Open RingCentral team messaging to a given set of chats. |
| `rcapp://message?action=create` | Open RingCentral App to create a new chat message. |
| `rcvdt://join/<meeting id>?pw=<meeting password>` | Open RingCentral Video desktop to join a meeting. |


<!---
| `rcapp://phone/sms?action=create[&number=<number>][&content=<content>]` | Compose an SMS message. |
| `rcapp://l?t=<token>` | Login prompt for RingCentral App. Can optionally take a login token (for internal-use only). |
Expand Down
8 changes: 4 additions & 4 deletions docs/webinar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ no_breadcrumb:true
<p class="lead">As ISV or Developer you can use the RingCentral Webinar APIs to create valued-added integrations that permit the exchange of data between RingCentral Webinar and third-party software. Once you create these integrations, RingCentral can showcase them in our App Gallery to customers and users, thereby driving more usage for your integrations.</p>
<p class="lead">Using the RingCentral Webinar APIs, these integrations are super-easy to create. The APIs span core workflows for creating and managing webinars as well as exchanging registrant and attendee data for webinars.</p>
<p>All developers are invited to create a simple app that creates a webinar using the RingCentral Webinar API. Once complete, developers will have all the basic building blocks in place to build more complex integrations. Get started using a Quick Start in any of the following languages:</p>
[Javascript &raquo;](quick-start.md#Javascript){class="btn btn-light qs-link"}
[PHP &raquo;](quick-start.md#PHP){class="btn btn-light qs-link"}
[Python &raquo;](quick-start.md#Python){class="btn btn-light qs-link"}
[Ruby &raquo;](quick-start.md#Ruby){class="btn btn-light qs-link"}
[Javascript &raquo;](quick-start.md/#Javascript){class="btn btn-light qs-link"}
[PHP &raquo;](quick-start.md/#PHP){class="btn btn-light qs-link"}
[Python &raquo;](quick-start.md/#Python){class="btn btn-light qs-link"}
[Ruby &raquo;](quick-start.md/#Ruby){class="btn btn-light qs-link"}
</div>

## Getting started using the Webinar API
Expand Down

0 comments on commit 36edd2e

Please sign in to comment.