I used WebRTC for my application, in Chrome, it's run OK, 100% correct. But in CEF4Delphi,sometimes throw this error: none ice candidate not allowed, is there any way to resolve that?
Thanks very much!
Sorry, my English is poor.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How to resolve "none ice candidate not allowed"?
- smonkey421
- Posts: 6
- Joined: Tue Feb 12, 2019 9:02 am
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to resolve "none ice candidate not allowed"?
Hi,
It's the first time I see that error but you can find some information about it if you seach for "None Ice Candidate not allowed" (with quotes) in Google.
https://docs.agora.io/en/faq/console_er ... s_in_offer
It's the first time I see that error but you can find some information about it if you seach for "None Ice Candidate not allowed" (with quotes) in Google.
https://docs.agora.io/en/faq/console_er ... s_in_offer
- smonkey421
- Posts: 6
- Joined: Tue Feb 12, 2019 9:02 am
Re: How to resolve "none ice candidate not allowed"?
Thx for reply. I'll try to search
Re: How to resolve "none ice candidate not allowed"?
The example of the problem has never bothered anyone, it's better than overcoming the language barrier. Infa 100% 

- smonkey421
- Posts: 6
- Joined: Tue Feb 12, 2019 9:02 am
Re: How to resolve "none ice candidate not allowed"?
Thx, my problem has been solved!
The reason is the following parameters, need use their default value:
Chromium1.WebRTCIPHandlingPolicy := hpDisableNonProxiedUDP;
Chromium1.WebRTCMultipleRoutes := STATE_DISABLED;
Chromium1.WebRTCNonproxiedUDP := STATE_DISABLED;
But I still need to test it.
The reason is the following parameters, need use their default value:
Chromium1.WebRTCIPHandlingPolicy := hpDisableNonProxiedUDP;
Chromium1.WebRTCMultipleRoutes := STATE_DISABLED;
Chromium1.WebRTCNonproxiedUDP := STATE_DISABLED;
But I still need to test it.
