Jonathan Chang
Jonathan Chang
Actually, taking a closer look at the error makes me think you have something misconfigured as the producer and reader versions don't match. Do you have multiple versions of the...
Are you suggesting changing the default targets? Does anything bad currently happen when you set the sdk version to 30?
It's not documented but the onRoomDidConnect event contains the roomSid in the callback object.
Hm, that should definitely not be the case. When the component is mounted, the local audio track is set up here: https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/src/TwilioVideo.ios.js#L166 That calls into the location where the track...
Can you try the branch in #479 and see if that solves the issue?
Hi, so I made a go of it, and got the following error while building the pod (it seems to be calling out to npm): ``` npm ERR! Error while...
Hi, thanks for the contribution and sorry for taking so long to look at it. Do you have a little more context on what the issue is and what is...
Also, I'm not entirely clear on what the problem being solved is. According to the documentation, if permissions are not granted, then this should call should return null anyways: https://twilio.github.io/twilio-video-android/docs/latest/com/twilio/video/LocalAudioTrack.html
How does this look, @naoufal ?
Can you submit a PR?