Shubham Jha
Shubham Jha

Reputation: 1

Agora Video call Not showing on my React.js Project

https://github.com/techwithtim/Agora-Group-Video-Calling Using this example for implementation of the Agora Video Call . But in this All are working fine but the video is not displaying on the React js Project page

Upvotes: 0

Views: 646

Answers (1)

Surendra Ediga
Surendra Ediga

Reputation: 51

Remove this line from videocall.js

if (tracks) await client.publish([tracks[0], tracks[1]]);

Upvotes: 0

Related Questions