Get RemoteAudioState without listener
See original GitHub issueHi,
I am sorry to start this as an issue, since its more like a question.
So in my RN app, I have an option to disable video and go only with audio ( in which case I have other stuff connected to this state ).
BUT, if someone joins the channel AFTER someone in the channel disables his video, I am unable to get that information about users already in channel.
Listener RemoteAudioStateChanged
does not trigger on init and I can see no function that would give me this info.
Would you know please?
Thanks in advance
Issue Analytics
- State:
- Created 3 years ago
- Comments:14
Top Results From Across the Web
Connect to DB without listener? - Oracle Communities
Hi, Oracle11gR2 Is there a way to connect to the database even if the listener is down? (meaning bypass the listener)
Read more >knowing video or audio is disabled · Issue #170 - GitHub
only can get it from the event listener. ... remoteVideoStateChanged; /// Occurs when the remote audio state changes.
Read more >Connect to Oracle database without using TNS Listener
Just out of curiosity, a few days ago we had a discussion about whether there is a way to connect to the DB...
Read more >Client - Circuit JavaScript SDK
Event listeners are also exposed on the Client instance. Most applications will only require ... The OAuth2 client ID you obtain from the...
Read more >Type definition - Agora.io
This page lists all the type definitions of the macOS API. AgoraAreaCodeType. The region for connection, which is the region where the server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you can set no video state by default, and change state when you received
RemoteVideoStateChanged
.Yeah you are right. I could have thought as well 😄 . Thanks for pointing out 👍🏼