I am trying to enable sending data from WebRTC client in web application to WebRTC .NET client. The problem is I cant get OnData audio event. But I noticed the messege in Debug console:
(packet_buffer.cc:86): Packet buffer flushed
I was also managed to debug the web app. As can You see the receive channel works fine. The TotalAudioEnergy is greater than 0. But in the send channel it is equal to 0. Audio input is provided from microphone.
I am trying to enable sending data from WebRTC client in web application to WebRTC .NET client. The problem is I cant get OnData audio event. But I noticed the messege in Debug console:
(packet_buffer.cc:86): Packet buffer flushed
I was also managed to debug the web app. As can You see the receive channel works fine. The TotalAudioEnergy is greater than 0. But in the send channel it is equal to 0. Audio input is provided from microphone.