Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
をインスタンス化する場合RTCPeerConnection、設定パラメータの 1 つは ICE サーバーの配列です。率直な質問: アレイ内のサーバーの順序は重要ですか? 順序は何らかの形で好みを示していますか? 最初に使用したいサーバーを配置する必要がありますか?それとも、ICE 検出プロセスはそれらすべてを均等に試行しますか?
RTCPeerConnection
それは問題ではありません。テストするには、このデモを使用してさまざまな順序を確認し、さまざまなサーバーから候補を収集するのにかかる時間を比較します。