MediaSFU Angular
    Preparing search index...

    Interface SocketVoiceResponse

    Result from socket voice fetch

    interface SocketVoiceResponse {
        provider: string;
        language: string;
        voices: { male: VoiceOption[]; female: VoiceOption[] };
        providers?: Record<string, unknown>;
        error?: string;
    }
    Index

    Properties

    provider: string
    language: string
    voices: { male: VoiceOption[]; female: VoiceOption[] }
    providers?: Record<string, unknown>
    error?: string