peerix - v0.1.0
    Preparing search index...

    Type Alias IceServer

    ICE server configuration for peer connections.

    type IceServer = {
        credential?: string;
        urls: string | string[];
        username?: string;
    }
    Index

    Properties

    credential?: string

    Optional credential for authentication

    urls: string | string[]

    ICE server URL(s)

    username?: string

    Optional username for authentication