-
I created a very simple server that sends ogg OPUS audio files to web clients.
```
room, err := lksdk.ConnectToRoom(os.Getenv("LIVEKIT_URL"), lksdk.ConnectInfo{
APIKey: os.Getenv("L…
-
**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' depended upon …
-
Hello, I tried to deploy livekit with eks.
I found the warning about deprecated ingress annotation when I command "helm install".
```
W0207 22:19:34.660821 5648 warnings.go:70] annotation "kub…
-
**Describe the bug**
Can not take RoomMetadataChangedEvent sometimes.
I add some print in ```signal_client.dart```.
```dart
Future _onSocketData(dynamic message) async {
print('live…
-
**Describe the bug**
When making a video call using LiveKit Example.apk, set the video encoding to H264 and the publishing resolution to 720x1280. When the actual video resolution is lower than this …
boolw updated
5 months ago
-
When I started the Agent Worker, the current situation will only be added to the room created after that. I have a lot of already active rooms. I have no other way to trigger the addition of Agent exc…
-
### Steps to reproduce
On a phone browser, open element call (tested on both call.element.io and call.element.dev) and:
1. Start a call in portrait orientation
2. Rotate phone to landscape
o…
-
Hi guys I have meet a problem on build this project with livekit-server v1.2
Browser Console Log shows: Error: could not connect PeerConnection after timeout
I have enable livekit-server with tu…
-
for some reason the input is buggy... your key up / down code looks solid enough on the godot side, yet I find clicks are often missed and in a javascript game the key up doesn't seem to cause the ch…
-
Greetings,
We have got a livekit setup (v1.2.0) running on GKE deployed with the helm charts using values identical to the one furnished in the [server-gke.yaml](https://github.com/livekit/livekit-…