Interface IRawMediaLiveVideoStreamResponse

The raw data received when fetching the URL to a live video stream.

interface IRawMediaLiveVideoStreamResponse {
    chatToken: string;
    lifecycleToken: string;
    sessionId: string;
    shareUrl: string;
    source: Source;
}

Properties

chatToken: string
lifecycleToken: string
sessionId: string
shareUrl: string
source: Source