Interface: CastDeviceInfo
Defined in: packages/cast/src/specs/cast.nitro.ts:89
A discovered cast receiver.
Properties
id
id: string;
Defined in: packages/cast/src/specs/cast.nitro.ts:94
Stable device id (CastDevice.getDeviceId() / GCKDevice.deviceID).
This is the id RnMediaCast.requestSession accepts.
model?
optional model?: string;
Defined in: packages/cast/src/specs/cast.nitro.ts:98
Hardware model ("Mi Smart Speaker"), when the device reports one.
name
name: string;
Defined in: packages/cast/src/specs/cast.nitro.ts:96
Friendly name as configured by the user ("Living Room speaker").