Home > @rainway/web > IDeviceInfo
IDeviceInfo interface
Info about the device a peer is using Rainway from. Peers exchange this freely.
Signature:
export interface IDeviceInfo
Properties
| Property | Type | Description |
|---|---|---|
| deviceId | string | |
| deviceModel | string | |
| deviceName | string | |
| deviceOs | OperatingSystem | |
| deviceOsVersion | string | |
| formFactor | FormFactor | |
| isWeb | boolean | |
| userAgent | string |
