@twilio/voice-sdk
    Preparing search index...

    Interface Warning

    A warning that can be raised by Preflight, and returned in the Report.warnings field.

    interface Warning {
        description: string;
        name: string;
        rtcWarning?: RTCWarning;
    }
    Index

    Properties

    description: string

    Description of the Warning

    name: string

    Name of the Warning

    rtcWarning?: RTCWarning

    If applicable, the RTCWarning that triggered this warning.