Interface VideoStopStreamingResponse

interface VideoStopStreamingResponse {
    unique_viewers: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

unique_viewers: number

Generated using TypeDoc