MediaSFU Angular
    Preparing search index...

    Interface VoiceSelectionPreference

    interface VoiceSelectionPreference {
        gender: VoiceGender;
        voiceId?: string;
        style?: string;
    }
    Index

    Properties

    gender: VoiceGender
    voiceId?: string
    style?: string