|
|
@ -219,8 +219,7 @@ |
|
|
|
</div> |
|
|
|
<div class="col-lg-12 my-2" |
|
|
|
style="padding-top:20px; padding-bottom:30px;"> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
<p style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
1. Sign in with your Zoom Account. To create Zoom OAuth App , |
|
|
|
go to Zoom marketplace |
|
|
|
<br/> |
|
|
@ -228,6 +227,9 @@ |
|
|
|
<br/> |
|
|
|
create your OAuth app and get your |
|
|
|
client id and client secret and set the redirect url. |
|
|
|
<br/><br/> |
|
|
|
The format for the redirect URI: 'Your web base URL + |
|
|
|
/zoom_meet_authentication'. |
|
|
|
</p> |
|
|
|
<img src="assets/screenshots/zoom1.png" |
|
|
|
class="img-responsive img-thumbnail border" width="100%" |
|
|
@ -235,6 +237,16 @@ |
|
|
|
<img src="assets/screenshots/zoom10.png" |
|
|
|
class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
<p style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
To obtain your web base URL, you can refer to the Odoo system |
|
|
|
parameters settings, as shown in the screenshot below. |
|
|
|
Afterward, append the controller URL |
|
|
|
('/zoom_meet_authentication') to the base URL and assign it to |
|
|
|
the redirect URI field in both the Zoom app account settings and |
|
|
|
Odoo company settings.</p> |
|
|
|
<img src="assets/screenshots/base_uri.png" |
|
|
|
class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|