libp2p
    Preparing search index...

    Interface WebRTCTransportComponents

    interface WebRTCTransportComponents {
        connectionManager: ConnectionManager;
        events: TypedEventTarget<Libp2pEvents<ServiceMap>>;
        logger: ComponentLogger;
        metrics?: Metrics;
        peerId: PeerId;
        registrar: Registrar;
        transportManager: TransportManager;
        upgrader: Upgrader;
    }
    Index

    Properties

    connectionManager: ConnectionManager
    metrics?: Metrics
    peerId: PeerId
    registrar: Registrar
    transportManager: TransportManager
    upgrader: Upgrader