-
Notifications
You must be signed in to change notification settings - Fork 47
MuteVideo work in local, but not working in remote!! :( #36
Comments
Are you using the example from the repo? Let me try to reproduce, thanks for flagging this. |
Thank you for the quick comments |
@Garam-Leee Hello! Please how were you able to resolve this issue? I am currently having the same issue. cc @EkaanshArora |
@Garam-Leee @laviedegeorge Were you able to find a fix for this issue? |
@bioDanCho yes I found a solution. The issue was from my code. What's your issue like? |
@laviedegeorge Locally, I can mute my mic and video, but the other users in the call can still see and hear me. It is the same issue as @Garam-Leee. How were you able to solve your issue? |
@bioDanCho mine was a |
care to send a snippets? @laviedegeorge |
hey @laviedegeorge thanks for reaching me back, I've seen your code and noticing that you were using agora-rtc-sdk-ng as if creating a new wrapper, my colleague was using direct approach to rtc-sdk and were fine in live mode, i were still using the rtc mode inside rtc-react and this issue was found. Question is, is this wrapper was not good enough or I was wrong? in my case, I was using both setEnabled & also setMuted method (I'm not doing both at the same times as in documented said not to do so) and nothing as expected, not publishing any tracks at all even the enabled or muted status. Any thought about this problem? |
Hi @Fray117 i really can't say, but I used the react rapper and the this one but switched to this. I can't remember why I did so but it worked fine for me. If you are available, we can have a google meet call so I can see your code. |
guess I'm available since working on this too, you could join me on https://meet.google.com/rqe-spqw-sfz if that possible |
Left: web page made by me as Agora RTC NG SDK React Wrapper
Right: web page web demo serving at https://webdemo.agora.io/basicVideoCall/index.html
even if click muteVideo in left, video still show on right page
(but in left, disappear)
Thank you for reading.
I look forward to hearing from you soon. 🙌🏻
The text was updated successfully, but these errors were encountered: