holzgeist
holzgeist
Hi there, This PR adds support for basic auth on the prometheus server. We realized that it's open to the public when deploying via kubernetes and helm, as useHostnetwork is...
**Describe the bug** We see regular connection losses and reconnections (every 30s) when running Livekit with Safari (both macOS and iOS) via ICE/TCP. It works fine with Chrome on macOS...
I want to give users feedback about network events ASAP. Currently, if network access is temporarily lost, the first event that gets emitted is a Reconnected event. Having access to...
**Describe the bug** We enable/disable camera and microphone of the local participant in a callback whenever our call state changes. Sometimes we experienced duplicated audio and/or video streams. It turns...
**Describe the bug** I try to give users feedback about connectivity issues as fast as possible, i.e. on RoomAttemptReconnectEvent. However, it looks like "RoomReconnectedEvent" is not always fired after attempting...
- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...
**Describe the bug** Since https://github.com/flutter-webrtc/flutter-webrtc/commit/691b43f1ea3e04d7b1908853f7f205c00626f247, more specific due to https://github.com/flutter-webrtc/flutter-webrtc/commit/691b43f1ea3e04d7b1908853f7f205c00626f247#diff-2496b27d4acaf6c7dc7482b1b221ccc92d20f720d1ca50d9aaffa404f0306564R208-R210, there is an infinite loop when trying to change speaker mode within the `onDeviceChange` callback. That's because apparently setting the...
this partly fixes #133. Quick summary: - on lower resolutions, simulcast only sends 2 (or even 1) layer. - The layers are ordered from low to high resolution (downscale factors...
## Description if a web-app is deployed using `--base-href=/path/to/deployed/flutter/app` during build, the URLs starting with `./assets` won't work anymore. Using [assetManager](https://api.flutter.dev/flutter/dart-ui_web/assetManager.html) will properly resolve them. It uses `assetBase` from the...