Jonathan Chang

Results 144 comments of Jonathan Chang

Hi @aagam29, do you have a repro you could share? Is the video successfully being captured and being transmitted to the other party?

Hi, just wanted to get some clarification. Are you saying that the views do not respect the `zIndex` style property?

Oh yeah, that makes sense! I'm a bit busy at the moment; it sounds like you know where the issue is so if you wanna send a PR I'd be...

Hey all, please give #375 a try and see if that fixes the issue for you. That PR adds a new prop to configure the z indexes on android.

I don't believe this feature is implemented yet in this repo. If you're willing to lend a hand, it would be appreciated!

Can you verify that the RN device supports the codecs for the room? The supported codecs are returned in the `onLocalParticipantSupportedCodecs` callback. See https://www.twilio.com/docs/video/managing-codecs for how you might want to...

This isn't currently supported but should be a fairly simple change. We build the track event here: https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java#L1170 And so in principle could just add the track ID to the...

Just to help me debug the issue, does the dot go away if you call twilioVideo.ref._stopLocalAudio() on iOS?

Looks like a legit potential issue with the way we're creating the data track here: https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/ios/RCTTWVideoModule.m#L384 We are creating it at attaching it all the time. We might want to...

Do you have a little more information you could provide? Twilio has some documentation here: https://www.twilio.com/docs/video/managing-codecs If there are constraints/codecs you'd like to be able to use, let me know.