react-agora

A React wrapper for AgoraRTC Video.

Usage no npm install needed!

<script type="module">
  import reactAgora from 'https://cdn.skypack.dev/react-agora';
</script>

README

react-agora

How to use

<VideoCall appId={YOUR_APP_ID} appCertificate={YOUR_APP_CERTIFICATE} channelId={CHANNEL_ID} userId={USER_ID} />

Note:

Keep the value of userId between 1 and 9999. This is necessary for screen sharing to work.

The package is still in development. Not recommended for use in prod.