This commit is contained in:
Haibo Chen(陈海博) 2025-06-07 15:00:06 +08:00 committed by GitHub
parent 2bbd177d5a
commit 6e125d02dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ public:
kUdpActive = 1, // udp主动模式主动发送数据给对方
kTcpPassive = 2, // tcp被动模式tcp服务器等待对方连接并回复rtp
kUdpPassive = 3, // udp被动方式等待对方发送nat打洞包然后回复rtp至打洞包源地址
kVoiceTalk = 4, // 语音对讲模式,对方必须推流上来通过他的推流链路再回复rtp数据
kVoiceTalk = 4, // 语音对讲模式,对方必须推流上来通过他的推流链路再回复rtp数据
};
// rtp类型 [AUTO-TRANSLATED:acca40ab]