RTCForge API Reference v1.1.1
    Preparing search index...

    Interface PeerInfo

    Minimal descriptor of a peer present in a Room.

    interface PeerInfo {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    The peer's unique identifier within the room.