sampatparas13
sampatparas13
> I tried it, in this sentence: > isSend = !isSend; > after adding: > if (isSend) > { > audioRecorder.startRecording(); > }else { > audioRecorder.stopRecording(); > } The >...
@xmtggh It's working now. Forgot to run AudioRecorder. I have another query. Will this work over LAN without Internet Connectivity?
@wyounglee any updates?
@zhehuaz @ft816806 @deshan @brunosiqueira @serpro I don't have any server. I would like to make my own device as server and let multiple clients see streams in VLC player. Any...