RFC 7065 - 附录 A. 示例
Appendix A. Examples (附录 A. 示例)
表 1 展示如何从各种 URI 填充 <secure>、<port> 与 <transport> 组成部分。以下各例中, <host> 均取 "example.org"。
| URI | <secure> | <port> | <transport> |
|---|---|---|---|
| turn:example.org | false | ||
| turns:example.org | true | ||
| turn:example.org:8000 | false | 8000 | |
| turn:example.org?transport=udp | false | UDP | |
| turn:example.org?transport=tcp | false | TCP | |
| turns:example.org?transport=tcp | true | TLS |
表 1