Interface ProcessConsumerTransportsAudioOptions

interface ProcessConsumerTransportsAudioOptions {
    consumerTransports: Transport[];
    lStreams: (Stream | Participant)[];
    parameters: ProcessConsumerTransportsAudioParameters;
}

Properties

consumerTransports: Transport[]
lStreams: (Stream | Participant)[]