CloudWebRTC
CloudWebRTC
hey @ghenry , I have exposed PeerConnection from Call, I think we can get stats from pc https://github.com/flutter-webrtc/dart-sip-ua/commit/26574cfa0e95425929fa57ff2d12b148176af434#diff-e2fa6b196d5ea109efd9387f9b55d2845c745b3a93658af5db9ba8e7301c86a5R393 We can use localStream, remoteStream, and pc to construct a helper class,...
Using WebSocket + webrtc is currently the most reasonable combination. If UDP transmits signaling, you have to return the webrtc stack to normal UDP/RTP, because the SDP length of webrtc...
In my past experience, it is very likely that the H264 profile-level-id sent by the offer does not match the webrtc You can check the H264 profile-level-id on both sides,...
I think it needs to be developed for this.
fixed https://github.com/flutter-webrtc/dart-sip-ua/pull/321
related https://github.com/flutter-webrtc/flutter-webrtc/issues/295
Make sure to use `flutterd ev channel`, you can try to run `flutter clean` and then run again, and if it is running in China, you need to check whether...
I'm sure this will be a cool feature of ion.
@jascodes thanks, I'll look into m1 simulator next week
Please upgrade to the latest version of Xcode/Flutter SDK, the example can already work correctly in the simulator (M1)