()
| 86 | } | null = null; |
| 87 | |
| 88 | constructor() { |
| 89 | const allStreamTypes: PseudoStreamType[] = ['camera', 'screenVideo', 'screenAudio', 'microphone', 'allAudio']; |
| 90 | allStreamTypes.forEach(type => this.userSets.set(type, new Set())); |
| 91 | } |
| 92 | |
| 93 | // --- Public API --- |
| 94 |
nothing calls this directly
no outgoing calls
no test coverage detected