ice-lite

Thomas

New Member
Is there support for ice-lite (rfc5245) in webcallserver? call setup with demo client takes significant time.
Rgds, Thomas
 

Max

Administrator
Staff member
You can optimize this behavior using server side setting in flashphoner.properties config
Code:
enable_candidate_harvester=false
On client-side you should keep stun_server empty (flashphoner.xml). In this case, Client will not gather candidates and server will not do this due the disabled harvester.
In our tests, WebRTC connection takes about 3 seconds.
 
Top