MediaSFU React Native
    Preparing search index...

    Interface Transport

    interface Transport {
        producerId: string;
        consumer: Consumer;
        socket_: Socket;
        serverConsumerTransportId: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    producerId: string
    consumer: Consumer
    socket_: Socket
    serverConsumerTransportId: string