Tanmoy Sadhukhan

Results 2 issues of Tanmoy Sadhukhan

How can I toggle speaker? I mean switch between loudspeaker and top speaker. Despite of voiceonly true or false, my phones always using loudspeakers.

I was trying to extract POST parameters from requests and failed. What I've tried ``` #In Router app.router.add_route('/add', add, method='POST') ``` ``` #In Function # Add url to database def...