client-sdk-react-native
client-sdk-react-native copied to clipboard
Recently, i tried connecting external camera in a livekit meeting using usb otg, livekit was not able to detect the external camera i console logged the devices getting by @livekit/react-native-webrtc...
**Describe the bug** I try to build a fresh start an expo app with livekit and build a development build but it show `Unable to find a specification for 'livekit-react-native-webrtc'...
**Is your feature request related to a problem? Please describe.** Add support for e2ee in the same way as the online meet application does? https://github.com/livekit-examples/meet/pull/106 Or is this already possible?...
**Describe the bug** This library does not work with Expo if the version is ^1.1.2. - I investigated the reason and found it works in following repository and uses version...
**Describe the bug** The streaming quality is weird I tried several methods but still receiving quality is not same [meet.livekit.io](url) **To Reproduce** Steps to reproduce the behavior: Room configs: ```ts...
In the JS SDK, we have an API [LocalTrack.pauseUpstream](https://docs.livekit.io/client-sdk-js/classes/LocalTrack.html#pauseUpstream). This would allow the user to pause publishing of the track (by replacing it with a dummy track), while keeping the...
https://livekit-users.slack.com/archives/C01KVTJH6BX/p1658307742319619
**Describe the bug** I'm trying to build on the example app provided, so far I've implemented everything like the example app and I've been successful with connecting to a room...
From slack: https://livekit-users.slack.com/archives/C01KVTJH6BX/p1658195733959849
Example foreground service incorrectly has mediaprojection type, change to microphone, and fix up screenshare instructions to use webrtc internal service.