Member Junction
    Preparing search index...

    Interface RealtimeVoiceOption

    A selectable provider-native voice — ID is sent to the provider, Name is the human label.

    interface RealtimeVoiceOption {
        ID: string;
        Name: string;
    }
    Index

    Properties

    Properties

    ID: string

    The provider-native voice id (e.g. echo) — what gets written to the session config.

    Name: string

    The human-friendly label for the picker (e.g. Echo).