Android version doesn't support participant's added/removed audio callbacks
See original GitHub issueSteps to reproduce
- Provide
onParticipantAddedAudioTrack
oronParticipantRemovedAudioTrack
props to theTwilioVideo
component - Join the room on android device and wait while someone else join
- Whether opponent has enabled microphone or not Android user won’t get invoked respective callbacks.
onParticipantEnabledAudioTrack
andonParticipantDisabledAudioTrack
callbacks works just fine (when opponent toggles his mic while staying in the room)
Expected behaviour
onParticipantAddedAudioTrack
and onParticipantRemovedAudioTrack
callback should get invoked whenever room participants adds/removes his microphone
Actual behaviour
Android completely ignores onParticipantAddedAudioTrack
and onParticipantRemovedAudioTrack
props
Environment
- Node.js version: v11.2.0
- React Native version: v0.57.8
- React Native platform + platform version: iOS 12.0
react-native-twilio-video-webrtc
Version: “master”
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:9
Top Results From Across the Web
LauncherApps.Callback - Android Developers
Indicates that a package was added to the specified profile. If a package is added while being updated then onPackageChanged will be called...
Read more >TeamsCall interface | Microsoft Learn
Collection of local audio streams being sent to other participants in a call. ... Local screen sharing is not supported on iOS nor...
Read more >Navigator.getUserMedia() - Web APIs | MDN
If permission is granted, a MediaStream whose video and/or audio tracks ... While technically not deprecated, this old callback version is ...
Read more >7.0 Changelog: Twilio Video Android
Twilio supports version N-1 for 12 months after the first GA release of version N. We ... This custom audio device can be...
Read more >Webex Meetings mobile app (Android) updates overview
Support viewing 1080P video format for mobile webinar attendees ... This feature is not available for Webex for Government.
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 Free
Top 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
Oops, this is an oversight. Sorry about that. I can try to fix this later today.
@slycoder Now it works, thank you! Looking forward to get this from the master branch