Zodiac API Documentation - v0.0.3
    Preparing search index...

    Interface PeerChannelConfig

    interface PeerChannelConfig {
        iceServers?: RTCIceServer[];
        dataChannelConfig?: RTCDataChannelInit;
        connectionTimeout?: number;
    }
    Index

    Properties

    iceServers?: RTCIceServer[]

    ICE servers for NAT traversal (STUN/TURN servers)

    dataChannelConfig?: RTCDataChannelInit

    Configuration for the WebRTC data channel

    connectionTimeout?: number

    Timeout in milliseconds for establishing connection (default: 30000)