Open joaquin03 opened 3 years ago
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, you should find the answer in it
I saw that possible problem in forums, but I think it is alright:
if (payload == DefaultPayloadTypeH264) {
fmtp.add(<String, dynamic>{
'payload': payload,
'config':
'level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f'
});
}
@joaquin03 Is this code fixing the issue for you? could you please share where should it be used? Thanks.
Hi, my app is working well, making outgoing videocalls, and if in a chrome app, receiving calls with no problem.
But when receiving calls on Android, as soon as I answer I get :
This is the incoming SDP I get from print:
It seems to be uncomplete, because if I print the same, I get this: