Open disolaterX opened 1 year ago
Try setting it on the account params directly:
val params = account.params.clone()
params.avpfMode = AVPFMode.Enabled
account.params = params
So I tried something I disabled stun server then tried it went through the RTCP reports
Why this may be happening ? and another issue is rtcp leg a is there but leg B data is having issues
Hello @Viish
I have implemented VOIP monitor on PBX but the issue is linphone is not sending RTCP feedback reports I tried this on zoiper was able to get the data but not with linphone any spedical config I need to do for this ?
We have done this core.avpfMode = AVPFMode.Enabled
During registration of new account also