János Kranczler
János Kranczler
`Hardware.setSpeakerphoneOn()` doesn't switch between speaker/earpiece. I tried it on an iPhone and it doesn't work. It works well on Android (also tried). Flutter version: [✓] Flutter (Channel stable, 3.3.2, on...
I'd like to use the track webhook events but I'd need the metadata of the event's room. Currently, the room object on these events only contains the sid, identity, and...
There is no room permission check on start egress endpoints. I can start the egress on any room with a `roomRecord` permission. https://github.com/livekit/livekit/blob/3ac2a35c23a6580b56a3b058b51f5015c7f2de4e/pkg/service/auth.go#L148
`Hardware.onDeviceChange` StreamController is only updated occasionally. I've debugged it and found that for some reason the `FlutterWebRTCEventChannel.handleEvents` StreamController not updated on every audio device change: https://github.com/flutter-webrtc/flutter-webrtc/blob/1dcb8223355dc58db0852e2df19f8514e9b4cd0d/lib/src/native/event_channel.dart#L15-L16 **To Reproduce** 1. Use...
The package https://github.com/rebeloper/ShareSheetView was removed. Now the project cannot be built.
It would be nice for the user to add custom headers to the WebSocket stream. For example for authorization. In the Egress code currently, only the `Content-Type` header was added:...