Console
as
Support
Contact Us
My Cases
Settings
Sign out
Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Version 0.24 (LATEST)
Component that provides a kepler player server instance.
// Sample usage import { PlayerServerFactory, IPlayerServer } from '@amazon-devices/kepler-player-server'; const playerServerRef = useRef<IPlayerClient | null>(null); const playerServerFactory = new PlayerServerFactory(); if (playerServerRef.current == null) { playerServerRef.current = playerServerFactory.getOrMakeServer(); }
Was this page helpful?