RTCIceTcpCandidateType - 表示 TCP 候选类型
RTCIceTcpCandidateType
是 WebRTC API 的枚举类型,提供了一组 DOMString
值,它们表示 TCP 候选类型。
值
"active"
传输将尝试打开出站连接,但不会收到传入的连接请求。
"passive"
传输将接收传入的连接请求,但不会尝试打开出站连接。
"so"
传输将尝试同时与其对等方打开连接。
使用注意
RTCIceCandidate
对象的 tcpType
属性使用了 RTCIceTcpCandidateType
类型。
规范
规范 | 状态 | 备注 |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers RTCIceTcpCandidateType 的定义 |
候选推荐 | 初始定义。 |
桌面浏览器兼容性
暂无兼容数据