CloudWebRTC

Results 280 comments of CloudWebRTC

这里有dll对应的源码及编译步骤 https://github.com/webrtc-sdk/libwebrtc

因为我们在m114 上做了大量优化补丁, 迁移不是很方便,但会考虑在今年升级到新m 版本。

There are two methods, 1. you can use sdp_transform to convert SDP into the map, remove the codecs other than g711 a/u in the audio payload 2. when you call...

I will try to find a solution to this issue over the weekend.

网络问题吧,建议先写一个app 本地 loopback, 建立两个 RTCPeerConnection, 一个发,一个收,这个可以排除网络之外所有问题,第二步再做LAN 内的跨设备/平台的通信,信令交换, 最后为pc加上stun/turn 做跨网络测试。

This is a webrtc negotiation status error, you need to check the offer/answer negotiation process.

@jfaltis @ghenry @MaheshPeri19 @ahmedJD @payam-zahedi fixed https://github.com/flutter-webrtc/callkeep/commit/b09080e5ed1e0fde09b64c006a3648f818240986 you can use it like this: ```dart Future myBackgroundMessageHandler(Map message) async { print('backgroundMessage: message => ${message.toString()}'); Map payload = message['data'] as Map; String...

@ghenry I did a test and can wake up the app to the foreground. The logic code you used in the background can be moved to the app after startup,...

> Did you implement the solution natively instead or are you using a Flutter bridge? I ask because we are able to get calls to show up perfectly fine when...