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

    Interface ControlBarLabels

    Label overrides for the ControlBar component.

    Use this to localize button labels or adapt the wording to your application's style.

    interface ControlBarLabels {
        flipCamera?: string;
        goLive?: string;
        handLower?: string;
        handRaise?: string;
        layout?: string;
        layoutCancel?: string;
        layoutGrid?: string;
        layoutOverlay?: string;
        layoutTitle?: string;
        leave?: string;
        leaveConfirmButton?: string;
        leaveConfirmCancel?: string;
        leaveConfirmMessage?: string;
        leaveConfirmTitle?: string;
        liveBadge?: string;
        mute?: string;
        recBadge?: string;
        record?: string;
        stopLive?: string;
        stopRecord?: string;
        tapToShowControls?: string;
        unmute?: string;
        videoOff?: string;
        videoOn?: string;
    }
    Index

    Properties

    flipCamera?: string

    Label shown under the flip-camera button.

    'Flip'

    goLive?: string

    Label shown under the streaming button when not streaming.

    'Go Live'

    handLower?: string

    Label shown under the hand-raise button when hand is raised.

    'Lower'

    handRaise?: string

    Label shown under the hand-raise button when hand is down.

    'Raise'

    layout?: string

    Label shown under the layout button.

    'Layout'

    layoutCancel?: string

    Cancel button label in the layout menu.

    'Cancel'

    layoutGrid?: string

    Grid option label in the layout menu.

    'Grid'

    layoutOverlay?: string

    Overlay option label in the layout menu.

    'Overlay'

    layoutTitle?: string

    Title for the layout action sheet.

    'Select Layout'

    leave?: string

    Label shown under the leave/end-call button.

    'Leave'

    leaveConfirmButton?: string

    Confirm button text in leave dialog.

    'Leave'

    leaveConfirmCancel?: string

    Cancel button text in leave dialog.

    'Cancel'

    leaveConfirmMessage?: string

    Message for the leave confirmation dialog.

    'Are you sure you want to leave?'

    leaveConfirmTitle?: string

    Title for the leave confirmation dialog.

    'Leave Meeting'

    liveBadge?: string

    Streaming duration badge label.

    'LIVE'

    mute?: string

    Label shown under the microphone button when audio is on.

    'Mute'

    recBadge?: string

    Recording duration badge label.

    'REC'

    record?: string

    Label shown under the recording button when not recording.

    'Record'

    stopLive?: string

    Label shown under the streaming button when streaming.

    'End Live'

    stopRecord?: string

    Label shown under the recording button when recording.

    'Stop Rec'

    tapToShowControls?: string

    Accessibility label for the tap-to-show area when auto-hidden.

    'Tap to show controls'

    unmute?: string

    Label shown under the microphone button when audio is muted.

    'Unmute'

    videoOff?: string

    Label shown under the camera button when video is off.

    'No Video'

    videoOn?: string

    Label shown under the camera button when video is on.

    'Video'