新增webrtc配置选项nackAudioRtpSize、preferred_tcp

nackAudioRtpSize: 音频nack包中rtp个数,减小此值可以让nack包响应更灵敏
preferred_tcp: 是否优先采用webrtc over tcp模式
This commit is contained in:
xia-chu
2026-01-09 11:39:22 +08:00
parent ae3d551c8a
commit fb491f3e79
6 changed files with 29 additions and 12 deletions

View File

@@ -1175,7 +1175,7 @@ void IceAgent::connectivityCheck(const Pair::Ptr &pair, CandidateTuple& candidat
}
void IceAgent::tryTriggerredCheck(const Pair::Ptr& pair) {
DebugL;
// DebugL;
//FIXME 暂不实现,因为当前实现基本收到candidate就会发起check
}