UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

27 lines (26 loc) 633 B
/** * @export * @class StreamsLiveCreateRequest */ export declare class StreamsLiveCreateRequest { /** * Title of the stream * @type {string} * @memberof StreamsLiveCreateRequest */ title?: string; /** * Description of the stream * @type {string} * @memberof StreamsLiveCreateRequest */ description?: string; /** * Id of the domain restriction config to use * @type {string} * @memberof StreamsLiveCreateRequest */ domainRestrictionId?: string; constructor(obj?: Partial<StreamsLiveCreateRequest>); } export default StreamsLiveCreateRequest;