Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/server/views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ html
| is an add-in app for  
a.text-decoration-none(href="https://www.ringcentral.com/apps/rc-app") RingCentral App
| . It helps RingCentral users to connect Google Forms into RingCentral Team Messaging.
iframe(width="560" height="315" src="https://www.youtube.com/embed/qySMiGNxlZc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen)
iframe(width="560" height="315" src="https://www.youtube.com/embed/Xq0yunY61ik" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen)
h4.fs-5.mt-4 Features
ul.mt-3.fw-light
li Connect Google Form files into a RingCentral Team conversation
Expand All @@ -38,10 +38,10 @@ html
p.mt-3.fw-light
| The add-in need "Google Forms Body Readonly" permission to access the form's title and questions.
p.mt-1.fw-light
| And "Google Forms Responses Readonly" permission is required to access the form's responses.
| And "Google Forms Responses Readonly" permission is required to access the form's responses. The app will create subscription of new response event.
p.mt-1.fw-light
| The add-in show the response data in RingCentral Team Messaging team that user selected with question tile and response text.
h4.fs-5.mt-4 Installation
| The add-in will show the response data in RingCentral Team Messaging team that user selected with question tile and response content.
h4.fs-5.mt-4 Installation
p.mt-3.fw-light
| Install with this &nbsp
a.text-decoration-none(href="https://www.ringcentral.com/apps/google-forms-add-in-for-ringcentral") link  
Expand Down