Stephen Blum
Stephen Blum
looks like `setup.to` isn't registered as a room?
Yes! Yes there is. ### Send Message ```shell curl https://ps.pubnub.com/publish/YOUR_PUBLISH_KEY/YOUR_SUBSCRIBE_KEY/0/YOUR_CHANNEL/0/%7B%22uuid%22%3A%222017-11-22T00%3A56%3A23.679Z%22%2C%22data%22%3A%7B%22data%22%3A%22HELLOOOOOO%22%2C%22user%22%3A%7B%22id%22%3A%22e84c26cf-413f-472e-9453-fde1a54abd0c%22%2C%22name%22%3A%22DinkySilver%22%7D%7D%7D ``` Example that works with the angular chat demo. ``` curl https://ps.pubnub.com/publish/demo/demo/0/global/0/%7B%22uuid%22%3A%222017-11-22T00%3A56%3A23.679Z%22%2C%22data%22%3A%7B%22data%22%3A%22HELLOOOOOO%22%2C%22user%22%3A%7B%22id%22%3A%22e84c26cf-413f-472e-9453-fde1a54abd0c%22%2C%22name%22%3A%22DinkySilver%22%7D%7D%7D ``` ### Receive Messages ```shell curl "https://ps.pubnub.com/v2/stream/YOUR_SUBSCRIBE_KEY/YOUR_CHANNELS/0?tt=-1&tr=1" ```...
You can also pipe this into `python` or `ruby` shell script to parse the JSON and perform some additional tasks when data arrives, like save to a Database.
Have you updated your API Keys? https://github.com/kaushikravikumar/RealtimeTaxiAndroidDemo/blob/b867c47ae66a15b7c90479018170ea3491b57580/app/src/main/java/com/pubnub/kaushik/realtimetaxiandroiddemo/util/Constants.java
Also confirmed. Using `echoCancellation: true` constraint. This is labeled as supported in Chrome, etc. However it does not reduce echo.
> Why is it supposed to mute another source audio? It is not develped as subtractive noise Cancellation from youtube as a feature. Echo Cancellation is for the feedback loop...
Excellent. @chrbsg :+1: Thank you
Just thinking that the browser should not report "echCancellation" as `true` or have a way to distinguish level of scope.
Hi! Keeping this thread alive, we are actively interested in native DAX Rust support 🚀
Looking forward to this! We rely on using the superset interface with trino and many other databases. And full catalog with all connected sources will be meaningful to our data...