Getting started with THEOlive on iOS
Usage
- Follow our Getting Started guide to set up THEOplayer in your iOS app.
- Add a THEOlive source to your player's source.
Add a THEOlive source
After setting up your THEOplayer in your app, set its source to a SourceDescription
containing a TheoLiveSource
.
You'll need a THEOlive channel ID:
theoplayer.source = SourceDescription(source: TheoLiveSource(channelId: "3aa5qylwwk7gijsobayq09yee"))