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

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

### Describe the bug `room.localParticipant.sendText` throws an error while referencing native crypto module, which does not exist in React Native. ### Reproduction ```tsx { console.log("onPress"); try { const result =...

**Describe the bug** After installing all dependencies as per document we are facing "Unable to resolve "event-target-shim/index" from "node_modules/@livekit/react-native-webrtc/src/MediaDevices.ts" error. **To Reproduce** Steps to reproduce the behavior: 1. Install all...

bug

**Describe the bug** When rendering LiveKit’s VideoView components in a paginated FlatList with multiple tiles per screen (e.g. two columns or a grid of video tiles), we are experiencing severe...

bug

**Describe the bug** I only got the chance to test this on 2 different iOS devices, no Android, but can very well be also there be the same problem while...

bug

**Describe the bug** Publishing an Audio Track fails. The problem seems to originate in `livekit-client` when trying to access the userAgent in the `getBrowser` util function. https://github.com/livekit/client-sdk-js/blob/db162f3effe98bbdb076c856e06b794856174afc/src/utils/browserParser.ts#L25 I'm not sure...

bug

**Describe the bug** iOS app completly crashes on camera switch (room.switchActiveDevice("videoinput", newDevice.deviceId)) **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/livekit/client-sdk-react-native 2. Install example app 3. Click camera switch...

bug

**Describe the bug** can't unmute and swap camera. **To Reproduce** Steps to reproduce the behavior: 1. Run example code 2. Connect using cloud livekit **Expected behavior** Mute and unmute should...

bug

**Describe the bug** Echo Cancellation is not working with some Android phones with React Native. Similar to this issue: https://livekit-users.slack.com/archives/C07FVFGAUKX/p1733717251711189 Which was fixed in Swift with this PR: https://github.com/livekit/client-sdk-swift/pull/536/ The...

bug

It seems that when I am using the new architecture at the moment I open the app even without calling any livekit imports this happens: This does not happen when...

bug

**Describe the bug** The send function in useChat is not working as expected, preventing messages from being sent. **To Reproduce** Steps to reproduce the behavior: 1. Import useChat 2. Call...

bug