sinch-rtc
    Preparing search index...

    Interface CallQualityWarningEvent

    Base interface for objects describing call quality warning events.

    interface CallQualityWarningEvent {
        mediaStreamType?: CallQualityWarningMediaStreamType;
        name: string;
        type: CallQualityWarningEventType;
    }
    Index

    Properties

    The stream type asoociated with the warning or undefined if warning can't be associated with specific stream.

    name: string

    String representation of the warning

    Type of the warning event.