ICE 候选者的数量
This commit is contained in:
parent
c268bb1bf7
commit
f85316b86c
@ -71,7 +71,7 @@ export default class ClientList {
|
||||
// credential: 'x-password'
|
||||
//},
|
||||
],
|
||||
iceCandidatePoolSize: 10, // 限制 ICE 候选者的数量
|
||||
iceCandidatePoolSize: 64, // 限制 ICE 候选者的数量
|
||||
iceTransportPolicy: 'all', // 使用所有可用的候选者
|
||||
bundlePolicy: 'max-bundle',// 将所有媒体流捆绑在一起,以最大程度地提高性能和减少延迟
|
||||
sctp: {
|
||||
|
Loading…
Reference in New Issue
Block a user