Class: Sender

  • The cast.framework.system.Sender class provides static data about a connected sender device.

  • A Sender object includes properties like id, userAgent, and largeMessageSupported to identify and describe the sender.

  • largeMessageSupported indicates whether the sender can handle messages larger than 64KB, and is true if supported.

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.