IPlayerClientFactory
Component that provides a Kepler player client instance.
Methods
getOrMakeClient()
getOrMakeClient(serviceComponentId:
string): IPlayerClient
Get or make an instance of Kepler player client.
Parameters
serviceComponentId
string
is componentID of the service component which would launch by App to host the playback session in service. example : serviceComponentID: "com.x.y.z.headlessservice"
Returns
IPlayerClient A Kepler player client instance.
Last updated: Jul 22, 2026

