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.