Closed hduelme closed 5 months ago
Currently the Program throws a NPE when run without a recording dir. The Direction must be set to Direction.SEND_ONLY to fix this.
Direction
Direction.SEND_ONLY
Sounds reasonable, thanks!
Currently the Program throws a NPE when run without a recording dir. The
Direction
must be set toDirection.SEND_ONLY
to fix this.