Title here
Summary here
BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
type | PlayerSessionType | type of player session |
currentSource | AbstractSource | the current source being played if any |
state | PlayerState | the state of the player |
playingState | PlayerPlayingState | the playing state of the player |
errors | Object | a stack of errors with the code as key |
isMuted | Boolean | flag to know if session is muted or not |
isPresentationEnabled | Boolean | flag to know if session has presentation enabled or not |
PlayerSession Model