UNPKG

@daily-co/daily-js

Version:

**🚨Our docs have moved! 🚨**

4 lines (3 loc) • 101 B
export function isPlayable(track) { return track && track.readyState === 'live' && !track.muted; }