MediaSFU ReactJS
    Preparing search index...

    Interface CreateSendTransportOptions

    interface CreateSendTransportOptions {
        option: "all" | "screen" | "audio" | "video";
        parameters: CreateSendTransportParameters;
    }
    Index

    Properties

    Properties

    option: "all" | "screen" | "audio" | "video"