Interface MediaItemDimensions

Dimension information for displaying a media item.

interface MediaItemDimensions {
    base_height?: number;
}

Properties

Properties

base_height?: number

This property's value is used to calculate a responsive height for web chat's media player so that its aspect ratio is the same between different screen widths. This is set to a reasonable default depending on the response type and other details like what service you are pulling the content from (e.g. Youtube or SoundCloud).

MMNEPVFCICPMFPCPTTAAATR