Settings for creating a stream

interface StreamCreateSettings {
    template: {
        name: string;
    };
}

Properties

Properties

template: {
    name: string;
}

Reference to a template which should be used to define initial settings for the stream

Type declaration

  • name: string

    The stream settings template name