Skip to content

Version 1.0.13

Latest
Compare
Choose a tag to compare
@gawi gawi released this 14 Feb 19:15
4fbed3f

Version 1.0.13:

Rivr core

Changed

  • Code compiled for Java 8+.

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • (nothing)

Rivr VoiceXML

Changed

  • Code compiled for Java 8+.

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • Fixed problem with hangup during recording. In rivr.js, the addRecordingResult was raising an error when the record$ variable is null or undefined. A null check was added.