@100mslive/hms-video-store
Version:
@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow
12 lines (11 loc) • 423 B
text/typescript
// this doesn't really work in nodejs environment, keeping it for future browser testing or till
// we figure out a way to make it work in node
// describe('empty track', () => {
// it('gives an empty disabled but ready video track', () => {
// const track = getEmptyVideoTrack();
// expect(track.readyState).toBe('live');
// expect(track.enabled).toBe(false);
// track.stop();
// });
// });
export {};