RFC 7065 - Appendix A. Examples
Appendix A. Examples
Table 1 shows how the <secure>, <port>, and <transport> components are populated from various URIs. For all these examples, the <host> component is populated with "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 |
Table 1