interface RealtimeAudioConfig {
    input?: RealtimeAudioConfigInput;
    output?: RealtimeAudioConfigOutput;
}

Properties

Properties