blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
606 stars 403 forks source link

Add setRemoteAudioPlayback functionality for android #708

Closed lucashe1997 closed 1 year ago

lucashe1997 commented 1 year ago

This feature has already been implemented for iOS, and I have replicated the logic to incorporate it into the Android platform. The function in question accepts identical parameters as its iOS counterpart.

setRemoteAudioPlayback({ participantSid, enabled })

brunods-dev commented 1 year ago

Niceeeee