Hiyve Components - v1.0.0
    Preparing search index...

    Interface StreamingControlsLabels

    Label overrides for the StreamingControls component.

    interface StreamingControlsLabels {
        errorPrefix: string;
        goLive: string;
        live: string;
        rtmpPlaceholder: string;
        starting: string;
        stop: string;
    }
    Index

    Properties

    errorPrefix: string

    Prefix text for error messages.

    'Error:'

    goLive: string

    Text shown on the "Go Live" button.

    'Go Live'

    live: string

    Text shown in the live indicator badge.

    'LIVE'

    rtmpPlaceholder: string

    Placeholder text for the RTMP URL input.

    'RTMP URL (optional)'

    starting: string

    Text shown while streaming is starting.

    'Starting...'

    stop: string

    Text shown on the stop button.

    'Stop'