Updates to Zoom integration article

This commit is contained in:
Ilya Sobolev 2023-09-21 18:52:33 +03:00
parent ad3129ea44
commit 85a4769b27
3 changed files with 6 additions and 31 deletions

View File

@ -30,7 +30,6 @@
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zoom.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zoom.aspx#Install_block")%>">Installing the ONLYOFFICE connector for Zoom</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zoom.aspx#Configure_block")%>">Configuring the ONLYOFFICE connector for Zoom</a></li>
</ul>
</li>
<li>
@ -69,9 +68,9 @@
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For creating, editing, and viewing: DOCX,PPTX, XLSX.</li>
<li>For creating and filling forms: DOCXF, OFORM.</li>
<li>For conversion to Office Open XML: ODT, ODS, ODP, DOC, XLS, PPT, TXT, CSV.</li>
<li>For creating, editing, and viewing: DOCX,PPTX,XLSX, DOCXF.</li>
<li>For filling forms: OFORM.</li>
<li>For editing via OOXML conversion: ODT, ODS, ODP, and RTF.</li>
</ul>
</div>
@ -94,11 +93,6 @@
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<ul>
<li>ONLYOFFICE DocSpace v1.1 and later.
<div class="notehelp">
Please, visit <a href="https://www.onlyoffice.com/docspace.aspx"><b>this page</b></a> to create a new ONLYOFFICE DocSpace.
</div>
</li>
<li>Zoom desktop application.</li>
<li>ONLYOFFICE DocSpace connector for Zoom.</li>
</ul>
@ -111,7 +105,7 @@
<ul>
<li>Open desktop version of Zoom and log into your account.</li>
<li>Select to the <b>Apps</b> section, switch to the <b>Add Apps</b> tab, and find the <b>ONLYOFFICE DocSpace</b> by typing the name in the search bar.</li>
<li>Review the application information and click the <b>Add</b> button to install the application. It be added to the <b>My apps</b> tab.</li>
<li>Review the application information and click the <b>Add</b> button to install the application. It will be placed into the <b>My apps</b> tab.</li>
</ul>
<div class="screen_block">
<img alt="My apps" target="img_1_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/my_apps.png")%>" />
@ -120,25 +114,6 @@
</div>
</div>
</div>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE DocSpace connector for Zoom</h3>
<div class="PortalHelp">
<p>To configure the ONLYOFFICE DocSpace application settings,</p>
<ol>
<li>Open desktop version of Zoom, go to <b>Apps</b> > <b>My Apps</b>.</li>
<li>Find the <b>ONLYOFFICE DocSpace</b> application and click it.</li>
<li>Enter the <b>Credentials</b> of your DocSpace account.</li>
<li>Click the <b>Sign in</b> button. Or log in via one of the suggested third-party services.</li>
</ol>
<div class="screen_block">
<img alt="Sign in" target="img_2_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/sign_in.png")%>" />
<img alt="Sign in" id="img_2_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/big/sign_in.png")%>" />
<div target="img_2_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>
</div>
@ -166,7 +141,7 @@
<div target="img_3_eventcom_guide" class="screenphoto magnifier"></div>
</div>
Choose one of the available rooms or proceed in My documents and click the <b>Select</b> button. Choose the necessary document from the list of files and click the <b>Select file</b> button to open the corresponding editor.
<p>If you need to upload a file from your hard drive, use the <img alt="Upload document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/upload_document_icon.png")%>" /> icon and specify the path to a <em>docx</em> document.</p>
<p>If you need to upload a file from your hard drive, use the <img alt="Upload document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/upload_document_icon.png")%>" /> icon and specify the path to a document.</p>
<p>To create a new document, click the <img alt="Create document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/create_document_icon.png")%>" /> button, select the document <b>Type</b> (<em>Document</em> / <em>Spreadsheet</em> / <em>Presentation</em>), change its <b>Title</b>, and set the <b>Access rights level</b>:</p>
<ul>
<li><b>Edit</b> - to allow all participants to edit the document without restrictions.</li>
@ -190,7 +165,7 @@
<li>Click the <img alt="End collaboration icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/end.png")%>" /> button in the upper right corner to end the collaboration session.</li>
<li>Click the <img alt="Stop share" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/stop_share.png")%>" /> button on the top to stop broadcasting and merge the Pop-up Window to Meeting Window.</li>
</ul>
<p>Once all users exit the editor, changes are saved for the file's creator, and a Custom room named <code>Zoom_Collaboration_date</code>, containing the edited document, is created:</p>
<p>Once all users exit the editor, changes are saved for the file's creator, and a Custom room named <code>Zoom Collaboration_date</code>, containing the edited document, is created:</p>
<div class="screen_block">
<img alt="Collaboration documents" target="img_5_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/small/collaboration_docs.png")%>" />
<img alt="Collaboration documents" id="img_5_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zoom/big/collaboration_docs.png")%>" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB