The Omid API, which can be used to add as well as remove friendly video controls overlay obstructions.

interface Omid {
    addFriendlyObstruction(obstruction): void;
    removeAllFriendlyObstructions(): void;
}

Methods