Nisha Negi
Nisha Negi

Reputation: 1

Adding video call component in react js

I am new to react js. I want to know how to implement Callkit in an already built reactjs app. Everything is done I just need to apply a module for a video call using agora.io. On button click Incoming video call show on second end user's screen he/she can accept or refuse it. Once call is accept video call started.

Thanks in Advance

Upvotes: 0

Views: 1090

Answers (1)

Akshat Gupta
Akshat Gupta

Reputation: 582

You can use this sample app for a basic React based video calling application.

With this sample app, you can:

  • Join a meeting room with up to 7 people
  • Leave the meeting room
  • Disable/Enable audio
  • Disable/Enable video
  • Apply two layouts views
  • Hide a remote window

Video Call Documentation: https://docs.agora.io/en/Video/API%20Reference/web_ng/index.html


To implement the call invitation, you can refer Agora's Docs:

Upvotes: 2

Related Questions