client-sdk-react-native icon indicating copy to clipboard operation
client-sdk-react-native copied to clipboard

Results 60 client-sdk-react-native issues
Sort by recently updated
recently updated
newest added

For the past few weeks we’ve been having issues, specifically on iOS, where a publishing participant appears to themselves to be _unmuted_. However, their microphone track appears _muted_ to the...

When a user runs `npx expo-doctor` on their Expo React Native app, it will show an error for LiveKit dependencies as follows: "Unsupported on New Architecture: @livekit/react-native, @livekit/react-native-webrtc" "No metadata...

The library produces error logs in React Strict Mode due to https://github.com/livekit/client-sdk-react-native/blob/main/src/components/ViewPortDetector.tsx#L103 Any plans to fix this? ``` ERROR Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate...

bug

**Describe the bug** When using LiveKitRoom in React Native and passing connectOptions={{ rtcConfig: { iceTransportPolicy: 'relay' } }}, the iOS app still prompts the user for Local Network Access. This...

bug

**Describe the bug** On iOS, toggling the microphone off and then back on with setMicrophoneEnabled consistently triggers: - Both iOS system sound for mic toggle/untoggle - A Metro bundler error:...

bug

Migrate audio handling similar to Swift Requires https://github.com/livekit/react-native-webrtc/pull/62 - [ ] Update the WebRTC dependency - [ ] For CallKeep and patch specifically for [livekit/react-native-webrtc](https://github.com/livekit/react-native-webrtc) - [ ] Update docs...

I’m encountering an issue in the React Native SDK (@livekit/react-native) where auto-publishing of the microphone track sometimes results in a missing track ID. When using the LiveKitRoom component with audio...

bug

## Describe the bug When using `expo-audio` to play sounds during an ongoing LiveKit meeting (via `@livekit/react-native`), the LiveKit audio session stops working. After a sound is played, microphone input...

bug

I notice this library uses a forked version of audioswitch, `com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a` My react native project also brings in the official `com.twilio:audioswitch:${versions.audioSwitch}` since I am using the twilio voice sdk. I...

**Describe the bug** Audio that has not been decoded is added when joining the room **To Reproduce** Steps to reproduce the behavior: 1. enable e2ee 2. join room **Expected behavior**...

bug