Page Summary
-
The
cast.framework.system.Senderclass represents data for a connected sender device. -
Key properties of the
Senderclass includeid(sender ID),largeMessageSupported(indicates support for large messages), anduserAgent(the sender's user agent).
cast.framework.system. Sender
This represents the data of a connected sender device.
Constructor
Sender
new Sender()
Properties
id
string
The sender ID.
largeMessageSupported
(boolean or undefined)
true indicates that the sender supports large messages (>64KB).
userAgent
string
The sender userAgent.