MediaSFU React Native
    Preparing search index...

    Interface ConnectSendTransportVideoOptions

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

    Properties

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