@sovereignbase/peer2peer
    Preparing search index...

    Type Alias P2PConnectionEventMap<T>

    Maps P2PConnection event names to their corresponding CustomEvent.detail payloads.

    type P2PConnectionEventMap<T> = {
        camera: HTMLVideoElement;
        message: T;
        screen: HTMLVideoElement;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    camera: HTMLVideoElement
    message: T
    screen: HTMLVideoElement