Simon Bengtsson
Simon Bengtsson
Should work no matter what network connected to. The only requirement is internet connection.
Checked the error in both sentry and code and it is a timeout error and basically means that the receiving device could not be reached so the transfer was cancelled...
Airdash actually uses a hosted turn server from Twilio so it should work no matter the network config.
I think you will be able to accomplish what you want with the horizontalPageBreak option.
Got it. Marked it as a feature request now. Let me know if you start work on it. It could be somewhat complex so feel free to send an implementation...
Make sense to me!
Weird! This is shown when the sender device is connected to the internet, but it does not get any response from the receiving device. It could be that the listening...
I got this as well, but found that it worked after I removed the username and password from the request parameters. It didn't matter if the user/password was correct or...
Here is an example request that highlights the issue that I experienced. Note that if the `user_id` and `password` fields are removed the requests succeeds and returns expected json result....
Despite triple checking the password when I created the simplified example above I still managed to include the wrong password... The repro steps in the simple example above is therefore...