Skip to content
#

voice

Here are 650 public repositories matching this topic...

rleitan
rleitan commented May 17, 2019

[STR]:
1.Open new/uncached session
2.Navigate to https://voice.allizom.org/en/speak (without being logged in)
3.Record a clip then click "back arrow button" located in the upper left corner
4.Click "Submit clips" from "Finish recording first" prompt
5.Click "I agree" button

[Expected result]:
The clip should be uploaded and the "Finish recording first" prompt should be automatically close

scotteknight
scotteknight commented Sep 16, 2019

The documentation for deploying to Heroku here shows an out of date Procfile example. The correct Procfile should be:

web: bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq -C config/sidekiq.yml -q stealth_webhooks -q stealth_replies -r ./config/boot.rb

This is one of the breaking changes for version 1.1.0

thinkingserious
thinkingserious commented Nov 28, 2019

From issue #432:

I'd also suggest updating the JavaDoc to better indicate the API behavior: From what I've observed, it only cares about the Date part of the DateSent parameter. (Trying to get the last 30s of messages returns the full day's worth of messages.) I think making a note of that in the JavaDoc would help out new users.

Acceptance Criteria:

  1. Reproduce the above behavior
  2. Up
robomotic
robomotic commented Jan 23, 2017

[Edit by @cbetta]

Add documentation on what callback actually is. For most people it's clear to be a function but even then it would be good to document what to expect exactly.

[Original issue]

Hello there,
would it be possible to add the response to all function calls ?
Otherwise I am unable to determine if for example an SMS message was sent.

Cheers.

Improve this page

Add a description, image, and links to the voice topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the voice topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.