CloudWebRTC

Results 280 comments of CloudWebRTC

hey @omofolarin, Need some additional info, is this after the first app launch Or it crashes every time? can you tell me the screen resolution of your phone?

hey @omofolarin, What is the model of the device you are using? I can't seem to reproduce the issue you mentioned, using the Samsung s20u and Xiaomi k40 If I...

This may be a bug in `MediaTek` HW Encoder for simulcast support. Since I don't have the same model of Android device, can you try to use Android Studio to...

It has been fixed in dart-webrtc 1.4.1. Please delete `pubspec.lock` under your project and re-run `flutter pub get`. This issue will be fixed. https://github.com/flutter-webrtc/dart-webrtc/releases/tag/1.4.1

Hey, you don't need to change to `dart-webrtc`. In fact, `flutter-webrtc` depends on `dart 1.4.0` and above, but when you run `flutter pub get` for the first time, `pubspec.lock` should...

I used this [flutter_window_close](https://pub.dev/packages/flutter_window_close) to intercept the app close event, and call `room.disconnect()` before confirming the close;

@rokk4 When you connect to the client under 4G/5G, have you configured the turn/stun server, and what is the local ice candidate? According to the log, it should be that...

please try this branch https://github.com/livekit/client-sdk-flutter/pull/312

hey, Not ready yet, I'll continue this weekend

I haven't found a way to capture desktop audio, I guess some kind of special permission is needed, and some kind of virtual sound card device is needed in win/mac...