Type alias RemotePeer

RemotePeer: {
    approximateDistanceInMeters?: number;
    connections: PresenceConnectionType[];
    deviceName: string;
    networkID: string;
    rssi?: number;
}

A peer object with information about an observed peer.

Deprecated

replaced by Peer.

Type declaration

  • Optional approximateDistanceInMeters?: number
  • connections: PresenceConnectionType[]
  • deviceName: string
  • networkID: string
  • Optional rssi?: number