MediaSFU ReactJS
    Preparing search index...

    Interface ConnectSendTransportAudioOptions

    interface ConnectSendTransportAudioOptions {
        audioParams: ProducerOptions;
        parameters: ConnectSendTransportAudioParameters;
        targetOption?: "all" | "local" | "remote";
    }
    Index
    audioParams: ProducerOptions
    targetOption?: "all" | "local" | "remote"