CloudWebRTC

Results 282 comments of CloudWebRTC

Just tested it, Not reproduced on Pixel 7, close the issue now If it happens again, please feel free to open it.

The flutter plugin for windows currently does not support thread safety and send events to the main thread, but if you use the flutter stable channel for windows it should...

I found that this fault message only appears in the flutter master channel. I think we need to wait until the next major flutter version upgrade to fix this issue....

can you try downgrading to 3.10.4? this version works for me, As you mentioned, I can reproduce this issue by upgrading to 3.13.x, but we still need to wait for...

> maybe https://github.com/flutter-webrtc/flutter-webrtc/pull/1458 fix on macos in a tmp way? Yes, I've fixed the issue on macOS/iOS.

The onDeviceChange event should be fired when a new device is connected or an old device is disconnected. https://github.com/flutter-webrtc/flutter-webrtc/blob/main/common/darwin/Classes/FlutterWebRTCPlugin.m#L139-L143 Strange, it should be listened to when FlutterWebRTCEventChannel.instace is obtained for...

It is not currently supported. You must get the pcm data or wave from audiotrack and send it to the speech recognition service. Currently, the AudioSink interface has not been...

The io simulator cannot get the camera. This is a known issue. You must use a real iOS device to test. If it is a real device, please confirm that...

If you are adding this plugin in a new flutter app, you need to confirm whether the following line is added in `Info.plist`, and in the new iOS, you may...

hey @UserJah, I saw you made some changes in your fork, is it effective?