Skip to content

Commit 5ce2cc0

Browse files
committed
Merge branch 'feat/teams-QA' into 'main'
feat(MSTeams): [misc] Add QA section for MS Teams See merge request integration/ringcentral-integration-docs!19
2 parents 6d29572 + c9ec177 commit 5ce2cc0

File tree

8 files changed

+77
-20
lines changed

8 files changed

+77
-20
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"cSpell.words": [
3+
"Archiver",
4+
"gdrive",
5+
"HubSpot",
6+
"RingCentral",
7+
"Smarsh"
8+
]
9+
}

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ RingCentral offers premium integrations that seamlessly connect with the industr
1111

1212
## Explore our solutions
1313

14-
### CRMs
14+
### CRM Integrations
1515

1616
<div class="grid cards" markdown>
1717

18-
- :simple-hubspot:{ .lg .middle } **Hubspot CTI**
18+
- :simple-hubspot:{ .lg .middle } **HubSpot CTI**
1919

2020
***
2121

@@ -29,7 +29,7 @@ RingCentral offers premium integrations that seamlessly connect with the industr
2929

3030
Enhance agent productivity by embedding a full telephony experience into Dynamics 365.
3131

32-
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/microsoft-dynamics-365){:target="\_blank"}
32+
[:octicons-arrow-right-24: Learn more](msteams/index.md)
3333

3434
- :simple-salesforce:{ .lg .middle } **Salesforce CTI**
3535

docs/msteams/img/exe-silent.png

13.8 KB
Loading
13.9 KB
Loading

docs/msteams/img/msi-help.png

50.5 KB
Loading

docs/msteams/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
6+
# About RingCentral for MS Teams
7+
8+
Embed reliable and powerful calling into Microsoft Teams to transform it into a communications powerhouse.
9+
10+
[View on App Gallery](https://www.ringcentral.com/apps/microsoft-teams-dialer){:target="\_blank"}

docs/msteams/questions.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
6+
# General Questions
7+
8+
## Q. What is the difference between the .MSI and the .EXE installers for the RingCentral for MS Teams Desktop Plugin?
9+
10+
A. The .MSI installer is intended for IT admin to deploy the Desktop Plugin with IT management tools. It is designed to not have auto-update features so that the IT admin can manage the update process. The .EXE installer is intended for end users to install the Desktop Plugin on their own and have auto-update features to keep the plugin up to date.
11+
12+
## Q. How do I perform silent installation with the .MSI installer?
13+
14+
A. The .MSI installer actually comes with a help menu to show all the execution options. Use the following command to show the help menu, and you can find the /quiet option listed in the help menu.
15+
16+
![MSI Help](./img/msi-help.png)
17+
18+
## Q. How do I perform silent installation with the .EXE installer?
19+
20+
A. The .EXE installer supports the /S option to perform silent installation. Please note that the /S is case sensitive.
21+
22+
![EXE Silent Installation](./img/exe-silent.png)
23+
24+
## Q. How do I perform silent uninstallation with the .EXE installer?
25+
26+
A. Unlike the .MSI installer, the .EXE installer it self does not work as a uninstaller. The .EXE installation will create an uninstaller in the installation directory. This uninstaller does support running in silent mode with the same /S option. In the following screenshot, the command assumes that the installation is using the default installation directory.
27+
28+
![EXE Silent Uninstallation](./img/exe-uninstall-silent.png)
29+
30+
## Q. If IT has auto user session clean up tools enabled, how do I ensure that the Embedded App's user session can be preserved?
31+
32+
A. The Embedded App's user session is stored in the following locations, please make sure to preserve these folders to keep the user session alive. Most users should be using the new MS Teams app currently, but there may be some virtual desktop users that are still using the classic MS Teams app.
33+
34+
- The new MS Teams app: `C:\Users\%username%\AppData\Local\Packages\MSTeams_8wekyb3d8bbwe`
35+
- The classic MS Teams app: `%appdata%\Microsoft\Teams`

mkdocs.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ theme:
1818
text: Inter Tight
1919
features:
2020
- navigation.path
21-
- navigation.sections
22-
- navigation.expand
21+
# - navigation.sections
2322
- navigation.tabs
2423
- search.sharing
2524
- search.highlight
@@ -89,18 +88,22 @@ nav:
8988
- "Archive Status and Data Types": archiver/archive-status.md
9089
- "Notifications": archiver/notifications.md
9190
- "General Questions": archiver/questions.md
92-
- "RingCentral for HubSpot":
93-
- "Introduction": hubspot/index.md
94-
- "General Questions": hubspot/questions.md
95-
- "Migration Guide": hubspot/migration.md
96-
- "RingCentral for Zapier":
97-
- "Overview": zapier/index.md
98-
- "Actions":
99-
- "Create Post": zapier/create-post.md
100-
- "RingCentral for Salesforce":
101-
- "Introduction": salesforce/index.md
102-
- "General Questions": salesforce/questions.md
103-
- "RingCentral for Zendesk":
104-
- "Introduction": zendesk/index.md
105-
- "General Questions": zendesk/questions.md
106-
# - "RingCentral for Zapier": zapier/index.md
91+
- "CRM Integrations":
92+
- "RingCentral for HubSpot":
93+
- "Introduction": hubspot/index.md
94+
- "General Questions": hubspot/questions.md
95+
- "Migration Guide": hubspot/migration.md
96+
- "RingCentral for Salesforce":
97+
- "Introduction": salesforce/index.md
98+
- "General Questions": salesforce/questions.md
99+
- "RingCentral for Zendesk":
100+
- "Introduction": zendesk/index.md
101+
- "General Questions": zendesk/questions.md
102+
- "Productivity Integrations":
103+
- "RingCentral for MS Teams":
104+
- "Overview": msteams/index.md
105+
- "General Questions": msteams/questions.md
106+
- "RingCentral for Zapier":
107+
- "Overview": zapier/index.md
108+
- "Actions":
109+
- "Create Post": zapier/create-post.md

0 commit comments

Comments
 (0)