THEOliveAPI

public protocol THEOliveAPI

API for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.

  • Seek to the live edge.

    Declaration

    Swift

    func goLive()
  • Preload some channels to allow faster switching between channels. This will retrieve the metadata of all the given channel ids and store it so next loadChannel calls are faster.

    Declaration

    Swift

    func preloadPublications(publicationIds: [String])

    Parameters

    publicationIds

    The ids of the publications to preload