MCPcopy Create free account
hub / github.com/dailydotdev/apps /

Class

packages/shared/src/contexts/LiveRoomContext.spec.tsx:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 } as unknown as MediaStreamTrack);
95
96class MockMediaStream {
97 constructor(private readonly tracks: MediaStreamTrack[] = []) {}
98
99 getAudioTracks(): MediaStreamTrack[] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected