eventIdMode property

SmoothGroupEventIdMode? eventIdMode
final

Specifies whether or not to send an event ID to the IIS server. If no event ID is sent and the same Live Event is used without changing the publishing point, clients might see cached video from the previous run.

Options:

  • "useConfigured" - use the value provided in eventId
  • "useTimestamp" - generate and send an event ID based on the current timestamp
  • "noEventId" - do not send an event ID to the IIS server.

Implementation

final SmoothGroupEventIdMode? eventIdMode;