-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broadcating not working #7
Comments
This issue is you have not properly configured your asset file paths. the example is looking for the For whatever reason within your deployment, the server looking in the root directory of the domain (https://ecommunication.asia/assets/broadcaster.glb), which doesn't exist so it throws an error in the console. Since the asset is essential to the loading of the scene, Aframe never completes the load and appears to hang. You should hardcode the asset url to ensure that you are properly linking to the assets. |
Thanks brother issue not fixed 👍 |
Great brother but voice not working at my end. |
Ahh good catch. I disabled the audio in the in the const localStream = AgoraRTC.createStream({
streamID: uid,
audio: true,
video: true,
screen: false
}); |
Oh Thanks brother |
Hi brother can you help me to provide any developer for hire to integrate agora api with my website |
please send an email to [email protected] with a description of your use-case and the scope of the work you need done and I can introduce you to one of Agora's developer partners. |
I send email to [email protected] with a description. Waiting for your revert |
Hi,
I use same code and i add api key but broadcast not run.
https://ecommunication.asia/videoapi/nv/t/broadcaster.html
Please check help me
thanks
The text was updated successfully, but these errors were encountered: