Skip to content

Commit

Permalink
how comes this was not committed
Browse files Browse the repository at this point in the history
  • Loading branch information
iampato committed Feb 21, 2021
1 parent 2e4a6a1 commit 0668699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/agora-broadcast-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var mainStreamId; // reference to main stream

// set video profile
// [full list: https://docs.agora.io/en/Interactive%20Broadcast/videoProfile_web?platform=Web#video-profile-table]
var cameraVideoProfile = '720p_6'; // 960 × 720 @ 30fps & 750kbs
var cameraVideoProfile = '480p_10'; // 960 × 720 @ 30fps & 750kbs

// keep track of streams
var localStreams = {
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="icon" type="image/png" href="favicon.png" />

<!-- Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAxb6ev7OMgSjC4HlZFsnx0HtPFMlfE5YU"></script>

<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
Expand Down

0 comments on commit 0668699

Please sign in to comment.