forked from AgoraIO/Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AgoraIO#74 from AgoraIO/tool/dev/lj
Tool/dev/lj
- Loading branch information
Showing
7 changed files
with
76 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ yarn-error.log* | |
|
||
local_settings.js | ||
deploy.sh | ||
package-lock.json |
19 changes: 12 additions & 7 deletions
19
TroubleShooting/Agora-WebRTC-Troubleshooting/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
TroubleShooting/Agora-WebRTC-Troubleshooting/src/utils/settings.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export const profileArray = [ | ||
{enum: '120p', width: 160, height: 120}, | ||
{enum: '180p', width: 320, height: 180}, | ||
{enum: '240P', width: 320, height: 240}, | ||
{enum: '360p', width: 640, height: 360}, | ||
{enum: '480p', width: 640, height: 480}, | ||
{enum: '720p', width: 1280, height: 720}, | ||
{enum: '1080p', width: 1920, height: 1080} | ||
{resolution: '120p_1', width: 160, height: 120}, | ||
{resolution: '180p_1', width: 320, height: 180}, | ||
{resolution: '240P_1', width: 320, height: 240}, | ||
{resolution: '360p_1', width: 640, height: 360}, | ||
{resolution: '480p_1', width: 640, height: 480}, | ||
{resolution: '720p_1', width: 1280, height: 720}, | ||
{resolution: '1080p_1', width: 1920, height: 1080} | ||
] | ||
|
||
export const APP_ID = '' // input your app id here | ||
export const APP_ID = '' // input your app id here |