A11 TypeScript API - v0.2.1
    Preparing search index...

    Class TurnServer

    Validated TURN configuration that can be passed to WebRTC ICE setup.

    Index
    hostname: string

    DNS name or IP address of the relay.

    password: string

    TURN password/credential.

    port: number

    Relay port.

    relayType: TurnRelayType

    Network transport used to reach the relay.

    username: string

    TURN username.