Results 27 comments of he ping

i want to turn off `enableSpeakerphone()` functions in ios

If you mean is this [1030](https://github.com/flutter-webrtc/flutter-webrtc/pull/1030), that's what I want. I want to control by myself in ios, rather than through webrtc.

@thammaknot Hello, have you solve it? I have same issue. I can't get audio level by receiverStates, like this ```dart Timer.periodic(const Duration(seconds: 1), (timer) async { List? stats = await...

I really need this. Pay attention. [#1074](https://github.com/flutter-webrtc/flutter-webrtc/issues/1074) Append I have solve my question by a simple method. If someone need it, you can find it in [#1074](https://github.com/flutter-webrtc/flutter-webrtc/issues/1074). Because of company,...

目前问题已经解决了。主要问题是下面的代码内容 ```cc void FlutterPeerConnectionObserver::OnTrack( scoped_refptr transceiver) { if (event_sink_ != nullptr) { auto receiver = transceiver->receiver(); EncodableMap params; EncodableList streams_info; auto streams = receiver->streams(); for (scoped_refptr item : streams.std_vector()) {...

Hi, I have same issue, have you solution ? I find this in ios15。If you run it in lower ios, it will fine. Update after i change landscape to portrait,...

I find build script [webrtc-build](https://github.com/webrtc-sdk/webrtc-build)

> hi~问题解决了吗? 没搞定,换回FlatList,目前还能顶一下。