Release Notes - June 18th, 2020
over 4 years ago by Anthony Nedumgottil
Updates to the new user experience, conferences, and searching for Available Numbers.
New Features
- New trial users will now be given a $50.00 credit to use during their trial.
- We've expanded the Quickstart section of the Dashboard. Users can now follow a few quick steps to send themselves a text.
Improvements
- We've updated the beep tone that is played to Conference Participants upon entering a Conference and that prompts callers before a RecordUtterance.
- New users are guided through adding a Verified Number to their account during their first log in.
- We've added interactivity to the Dashboard's Quickstart section, including click-to-copy API Keys, hiding and showing the section, and marking items as Done.
- We've updated the styling of our sign up and sign in experience, including improved mobile compatibility.
Bug Fixes
- Users can now enter a regex search for Available Numbers in the Dashboard without needing to escape backslash characters.
- Available Number search results are now displayed in the order you’d expect to see them in.
- Closing and re-opening an account no longer causes issues with regenerating authentication tokens.
Upcoming Changes and Deprecations
In the next release the following PerCL command attributes will be deprecated:
Command | Attribute | New behavior |
---|---|---|
Play | conferenceId | Play can only be done on a Call when not in Conference, or after Call Control has been invoked from within a Conference. |
Say | conferenceId | Say can only be done on a Call when not in Conference, or after Call Control has been invoked from within a Conference. |
AddToConference | callId | Call can only add itself to a Conference. |
Hangup | callId | Call can only hang up itself. Otherwise, the REST API can be used. |
SetListen | callId | Call can only modify this on itself after Call Control has been invoked. Otherwise, the REST API can be used. |
SetTalk | callId | Call can only modify this on itself after Call Control has been invoked. Otherwise, the REST API can be used. |
TerminateConference | conferenceId | TerminateConference can only terminate the Conference in which the Call is currently part of. Otherwise, the REST API can be used. |
In the next release updates will be made to the following PerCL command attributes:
Command | Attribute | New behavior |
---|---|---|
RemoveFromConference | callId | Can only be another Call in the Conference to which current Call belongs. Otherwise, the REST API can be used. |