-
Notifications
You must be signed in to change notification settings - Fork 388
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
Video of remote user showing black screen on Local user's end #1391
Comments
Can you check our API example for reference? |
HI @littleGnAl Its working after I've changed my enabling and disabling video/audio logic, Previously I use disableLocalVideo/disableLocalAudio or enableLocalVideo/enableLocalAudio to disable/enable but after I've removed this and using enableVideo/enableAudio and disableVideo/disableAudio then its working again, could you please check and explain why this was happening as in documentation its not clear whether by calling enableVideo/enableAudio method enable video/audio for all users or vice/versa for disabling, Thanks |
For short, Base on your log in agora-iris.log
You first called |
@littleGnAl I have found out the issue, thanks to you it is now resolved. I'm facing another issue on the audience device as Audio and video of broadcasters are not showing but at the same time If I check any other broadcaster on different device then I can hear the audio and video is visible too. Please help as in documentation it's unclear how we can subscribe to other's audio/video on Audience device. |
@Saket7042 |
Sure, Thanks |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Hi, I've integrated Agora Flutter RTC package for Live streaming feature.
agora_rtc_engine: ^6.2.2
Android version 12
Device Samsung M32 5G
I'm followed the original doc mentioned here
I'm attaching Agora SDK logs here, please help
agora-iris.log
agoraapi.log
agorasdk.log
The text was updated successfully, but these errors were encountered: