Skip to main content

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.orgfalse
turns:example.orgtrue
turn:example.org:8000false8000
turn:example.org?transport=udpfalseUDP
turn:example.org?transport=tcpfalseTCP
turns:example.org?transport=tcptrueTLS

Table 1