Interface StopPresentationProfileResponse

interface StopPresentationProfileResponse {
    recordingVideoId: string;
    status: Video.StatusEnum;
}

Properties

recordingVideoId: string