AgoraIO-Community / VideoUIKit-Web-React

A Web library to simply integrate Agora Video Calling or Live Video Streaming to your website with just a few lines of code.
MIT License
53 stars 44 forks source link

Unable to view local video. #14

Closed iamkunall closed 2 years ago

iamkunall commented 2 years ago

I try to run the example project and add my app id in /example/src/App.tsx file. I am using the secure token for authentication so i add tokens in rtcProps and give a role as host and channel name which i used to generate the token. Still not able to view my local video. Screens show just blank

EkaanshArora commented 2 years ago

Do you see any errors in the browser console?

iamkunall commented 2 years ago

Hi, @EkaanshArora thanks for the response not getting any errors in the console.

iamkunall commented 2 years ago

Hi, @EkaanshArora thanks it's fixed now. It's an issue with auth token generated by my backend code.