Interface PiPConfiguration

Describes the configuration of the picture-in-picture feature.

interface PiPConfiguration {
    startsAutomatically?: boolean;
}

Properties

startsAutomatically?: boolean

Whether Picture in Picture should be allowed to start automatically when transitioning to background.

Default Value

false