Class: Sender

  • The cast.framework.system.Sender class represents data for a connected sender device.

  • Key properties of the Sender class include id (sender ID), largeMessageSupported (indicates support for large messages), and userAgent (the sender's user agent).

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.