Interface ConnectSendTransportAudioOptions

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

Properties

audioParams: ProducerOptions
targetOption?: "all" | "local" | "remote"