question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android version doesn't support participant's added/removed audio callbacks

See original GitHub issue

Steps to reproduce

  1. Provide onParticipantAddedAudioTrack or onParticipantRemovedAudioTrack props to the TwilioVideo component
  2. Join the room on android device and wait while someone else join
  3. Whether opponent has enabled microphone or not Android user won’t get invoked respective callbacks. onParticipantEnabledAudioTrack and onParticipantDisabledAudioTrack 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:9

github_iconTop GitHub Comments

3reactions
slycodercommented, Jan 23, 2019

Oops, this is an oversight. Sorry about that. I can try to fix this later today.

0reactions
sergeylaptevcommented, Feb 5, 2019

@slycoder Now it works, thank you! Looking forward to get this from the master branch

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found