Commit c69d7e22 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

call sendAudio function

See merge request !114
parents 4ea8f61d 67e63a6f
...@@ -100,6 +100,10 @@ export default function Blue(color) { ...@@ -100,6 +100,10 @@ export default function Blue(color) {
let audioFile = await AudioRecord.stop(); let audioFile = await AudioRecord.stop();
console.log('userFile', audioFile); console.log('userFile', audioFile);
//call sendAudio funtion
sendAudio(audioFile);
} }
// send audio to server function // send audio to server function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment