Data associated with video change events.

interface RNVideoChangedData {
    id: string;
    isLive: boolean;
    title?: string;
}

Properties

Properties

id: string

Identifier of the video.

isLive: boolean

Type of the video.

title?: string

Title of the video.