interface APIEmbedVideo {
    height?: number;
    proxy_url?: string;
    url?: string;
    width?: number;
}

Properties

height?: number

Height of video

proxy_url?: string

A proxied url of the video

url?: string

Source url of video

width?: number

Width of video