Interface AutoAdjustOptions

interface AutoAdjustOptions {
    n: number;
    eventType: EventType;
    shareScreenStarted: boolean;
    shared: boolean;
}

Properties

n: number
eventType: EventType
shareScreenStarted: boolean
shared: boolean