Skip to content

Instantly share code, notes, and snippets.

@digitallysavvy
Last active June 4, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitallysavvy/78a9c77c98c74e8bded2fd4286fe7134 to your computer and use it in GitHub Desktop.
Save digitallysavvy/78a9c77c98c74e8bded2fd4286fe7134 to your computer and use it in GitHub Desktop.
js script includes
<script src="AgoraRTCSDK-3.1.1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script>
$("#mic-btn").prop("disabled", true);
$("#video-btn").prop("disabled", true);
$("#screen-share-btn").prop("disabled", true);
$("#exit-btn").prop("disabled", true);
</script>
<script src="agora-interface.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment