Interface ConnectSendTransportVideoOptions

interface ConnectSendTransportVideoOptions {
    videoParams: ProducerOptions;
    parameters: ConnectSendTransportVideoParameters;
    targetOption?: "all" | "local" | "remote";
}

Properties

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