@serenada/core
    Preparing search index...

    Interface IceProbeReport

    ICE connectivity probe results indicating STUN/TURN reachability.

    interface IceProbeReport {
        iceServersSummary?: string;
        logs: string[];
        stunPassed: boolean;
        turnPassed: boolean;
    }
    Index

    Properties

    iceServersSummary?: string
    logs: string[]
    stunPassed: boolean
    turnPassed: boolean