-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video calling #50
Video calling #50
Conversation
Visit the preview URL for this PR (updated for commit 09aae84): https://gitlive-docs--pr50-video-calling-evag00i6.web.app (expires Tue, 27 Apr 2021 13:32:37 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
_docs/videocalling.md
Outdated
@@ -1,5 +1,5 @@ | |||
--- | |||
title: Pair Programming | |||
title: Video Calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Video calling / Code sharing
|
||
## Overview | ||
|
||
GitLive's video-calling feature allows you to video call teammates straight from your IDE and work together on files exactly like you would in a Google Doc. This feature will undoubtedly boost your productivity when you want to fix code issues with a teammate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitLive's video-calling feature allows you to call teammates straight from your IDE and work together on files like you would on a Google Docs collaboration. This feature will undoubtedly boost your productivity when you want to fix code issues with a teammate.
GitLive's video-calling feature allows you to video call teammates straight from your IDE and work together on files exactly like you would in a Google Doc. This feature will undoubtedly boost your productivity when you want to fix code issues with a teammate. | ||
|
||
|
||
### Instructions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too much space between insturctions and step 1
### Instructions | ||
#### Step 1 | ||
|
||
Next to a collaborators name, you will find a phone icon allowing you to place a call with them when clicked, once on the call you can also edit code together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next to a teammate's name, you will find a phone icon allowing you to place a call.
|
||
{:class="screenshot"} | ||
|
||
You can also call any collaborator through the “Search Everywhere” list. You can access your contact list from the actions tab of the “Search Everywhere” list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the time 15 seconds
|
||
#### Step 3 | ||
|
||
The teammate you are looking to call will then get a pop-up notification. Once they ansewer the call will begin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
answer, the call opens up in your browser.
|
||
|
||
### Instructions | ||
#### Step 1 | ||
|
||
Next to a collaborators name, you will find a phone icon allowing you to place a call with them when clicked, once on the call you can also edit code together. | ||
Next to a collaborators name, you will find a phone icon allowing you to place a call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
collaborators's
@@ -21,13 +21,13 @@ You can also call any collaborator through the “Search Everywhere” list. You | |||
|
|||
#### Step 2 | |||
|
|||
You will then get a pop-up notification that you have sent the request to call and are waiting for your teammate to accept. | |||
You will then get a pop-up notification that you have sent the request to call and are waiting for your teammate to accept. They then have fifteen seconds to pick up, otherwise, they will receive a notification of a missed call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The call gets automatically canceled after 15 seconds, leaving your teammate a notification about the missed call with the option to call back.
_sections/videocalling-jetbrains.md
Outdated
@@ -11,11 +11,11 @@ GitLive's video-calling feature allows you to call teammates straight from your | |||
### Instructions | |||
#### Step 1 | |||
|
|||
Next to a collaborators name, you will find a phone icon allowing you to place a call. | |||
Next to a teammates name, you will find a phone icon allowing you to place a call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teammate's
Collaborate Section Changed to Video Calling