Sample code

Import the THEOlive integration module

import THEOplayerTHEOliveIntegration

Create and add a THEOlive integration to your THEOplayer

As of v8.14.0, the integration will be automatically created and added to THEOplayer when you add the THEOplayerTHEOliveIntegration package to your project. It is still possible to create and add an integration to override the auto-integration:

let theoliveIntegration: Integration = THEOliveIntegrationFactory.createIntegration()
theoplayer.addIntegration(theoliveIntegration)

Add a THEOlive source

let theoliveSource = TheoLiveSource(channelId: "9lwkudxeyjwwm132pukwwhhtk")
let sourceDescription = SourceDescription(source: theoliveSource)
theoplayer.source = sourceDescription