Author Message
SenthilSingapore
Joined: Sep 8, 2020
Messages: 9
Offline
Hi

may i know how to Stream Audio into a Phone Call in webRTC. in the WebRtc Example ,there is no function for the audio Stream

i try this method after call is connected, and it is not working

var x = document.getElementById("lclAudio");
x.play();
cli.setMediaStream("rmtAudio",x,callObj1.getCallId(),"rmtAudio");

please advice.

Thanks
Senthilnathan
Go to:   
Mobile view