Interface PeerInfoBase

interface PeerInfoBase {
    deviceId: string;
    deviceType: undefined | DeviceInfo_DeviceType;
    name: undefined | string;
}

Properties

deviceId: string
deviceType: undefined | DeviceInfo_DeviceType
name: undefined | string