MediaSFU React Native
    Preparing search index...

    Interface ConnectSendTransportScreenOptions

    interface ConnectSendTransportScreenOptions {
        stream: MediaStream;
        parameters: ConnectSendTransportScreenParameters;
        targetOption?: "all" | "local" | "remote";
    }
    Index

    Properties

    stream: MediaStream
    targetOption?: "all" | "local" | "remote"