This document describes an example configuration interface primarily aimed at an HTML5 (web) platform Remote integration of the ITG Library. While this base doc focuses on the HTML5 scenario, we also highlight unique parameters used by other platforms (HTML5, Roku, Apple, Android) at the end of this document.

Init Object Specifications

Init Object Example

const config: Config = {
  videoPlayerId: 'main-video-container',
  accountId: 'your-account-id',
  channelSlug: 'your-channel-slug',
  device: 'web',
  enableDebug: true,
  // ... other configuration options
};

initializeITGSDK(config);

Required Parameters

Suggested Parameters for Vars Section

Optional Parameters

Unique Parameters by Platform