Skip to main content

Interface: CastInitOptions

Defined in: packages/cast/src/types.ts:67

Properties

receiverApplicationId?

optional receiverApplicationId?: string;

Defined in: packages/cast/src/types.ts:75

Cast receiver application id. Omit for the Default Media Receiver (zero-config; a styled/custom receiver needs registration in the Cast Developer Console). On Android the manifest meta-data (set by the Expo plugin or by hand) is the primary source; this value overrides it at runtime when provided.