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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to resolve "none ice candidate not allowed"?

Post Reply
User avatar
smonkey421
Posts: 6
Joined: Tue Feb 12, 2019 9:02 am

How to resolve "none ice candidate not allowed"?

Post by smonkey421 »

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.
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to resolve "none ice candidate not allowed"?

Post by salvadordf »

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
User avatar
smonkey421
Posts: 6
Joined: Tue Feb 12, 2019 9:02 am

Re: How to resolve "none ice candidate not allowed"?

Post by smonkey421 »

Thx for reply. I'll try to search
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: How to resolve "none ice candidate not allowed"?

Post by dilfich »

The example of the problem has never bothered anyone, it's better than overcoming the language barrier. Infa 100% ;)
User avatar
smonkey421
Posts: 6
Joined: Tue Feb 12, 2019 9:02 am

Re: How to resolve "none ice candidate not allowed"?

Post by smonkey421 »

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. :D
Post Reply