System Services
Pre-requisite: The SDK has to be configured to perform the following operations.
Get the Event Playlist
To fetch the HLS playlist of a recorded event with the SDK authentication applied, The following method can be used:
url(required): The playlist url of the event.
Factory.systemService.eventM3U8(url: String) -> IVPublisher<Data>