* Get current streams
()
| 298 | * Get current streams |
| 299 | */ |
| 300 | getStreams(): BrowserCaptureStreams { |
| 301 | return { ...this.streams }; |
| 302 | } |
| 303 | |
| 304 | /** |
| 305 | * Check if a stream is available |
nothing calls this directly
no outgoing calls
no test coverage detected