Interface VideoStartStreamingResponse

interface VideoStartStreamingResponse {
    access_key: string;
    description: string;
    name: string;
    owner_id: number;
    post_id: number;
    video_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string

Video access key

description: string

Video description

name: string

Video title

owner_id: number

Owner ID of created video object

post_id: number
video_id: number

Video ID of created video object

Generated using TypeDoc