sessionId property

String sessionId
getter/setter pair

string A GUID identifying the current playback session. A playback session typically ties together segments belonging to a single media asset. Maximum length is 64 characters. It is RECOMMENDED to conform to the UUID specification. By default the sessionId is automatically generated on each load() call.

Implementation

external String sessionId;