Interface ProcessConsumerTransportsOptions

interface ProcessConsumerTransportsOptions {
    consumerTransports: Transport[];
    lStreams_: (Stream | Participant)[];
    parameters: ProcessConsumerTransportsParameters;
}

Properties

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