ICE 候选者的数量

This commit is contained in:
2023-10-22 17:41:22 +08:00
parent c268bb1bf7
commit f85316b86c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default class ClientList {
// credential: 'x-password'
//},
],
iceCandidatePoolSize: 10, // 限制 ICE 候选者的数量
iceCandidatePoolSize: 64, // 限制 ICE 候选者的数量
iceTransportPolicy: 'all', // 使用所有可用的候选者
bundlePolicy: 'max-bundle',// 将所有媒体流捆绑在一起,以最大程度地提高性能和减少延迟
sctp: {