Skip to Content

Interface: SourceMediaItemJoyn

interface SourceMediaItemJoyn {    id: string;    mimetype: JOYN;    token: string;    environment?: "stg";    playbackMode?: PlaybackMode;}

Properties

id

id: string

Media / asset identifier of joyn.


mimetype

mimetype: JOYN


token

token: string

User token used for authentication.


environment?

optional environment: "stg"

Allowing to enforce stage environment.

Deprecated

Use MediaItemReference.environment instead.


playbackMode?

optional playbackMode: PlaybackMode

Content mode of the media source.

Last updated on