为什么没有://
在ICE服务器的URL中?
stun:stun.example.com
turn:turn.example.com下面这些也是有效的吗?
stun://stun.example.com
turn://turn.example.com发布于 2021-02-22 17:37:35
根据定义,这些URL使用斜杠是无效的:
https://tools.ietf.org/html/rfc7064
https://tools.ietf.org/html/rfc7065
“为什么”很难回答,您必须搜索IETF邮件列表存档才能找到原因。
https://stackoverflow.com/questions/66312601
复制相似问题