Closed ishaan-puniani closed 3 years ago
you can ignore the error Access denied finding property "net.dns1"
, you can use the token to try our web demo.
https://webdemo.agora.io/agora-web-showcase/examples/Agora-Web-Tutorial-1to1-Web/
Even though I ignored this error, I am not able to join channel success. so how does the call get connected?
@ishaan-puniani could you pls share the token you generated? and the channel and uid you used to join the channel for this token.
you can refer to setLogFile
method to get the log file.
I will close this issue, you can reopen it if it still exists.
I am facing the same issue in React Native Android I have generated the token from Laravel Server with Subscriber Privilege (2) but not able to join the channel Note: Audio is coming but video is not coming
Hello, I am trying to join channel from flutter application. If I generateToken from the website under project in agora.io it works perfectly fine
but if I generate token using https://github.com/AgoraIO-Community/TokenServer-nodejs or https://www.agora.io/en/blog/how-to-build-a-token-server-for-agora-applications-using-nodejs/ and use the token into my flutter applicartion
It is not able to connect and give error "Access denied finding property "net.dns1"",2,3,4,5 repeatedly.
I have checked https://github.com/AgoraIO-Community/Agora-Flutter-Quickstart/issues/172 but not able to find the fix for the issue Also tried https://github.com/AgoraIO-Community/Agora-Flutter-Quickstart/blob/master/lib/src/pages/call.dart but getting same issue.
Any help would be great :)