Check if video capture is active * @memberof Debug
()
| 587 | /** Check if video capture is active |
| 588 | * @memberof Debug */ |
| 589 | function debugVideoCaptureIsActive() { return !!debugVideoCapture; } |
| 590 | |
| 591 | /** Start capturing video |
| 592 | * @memberof Debug */ |
no outgoing calls
no test coverage detected