HaARDIKSD297
HaARDIKSD297
``` console.log(RTCRtpReceiver.getCapabilities("audio").codecs); Array(5) [ {…}, {…}, {…}, {…}, {…} ] 0: Object { channels: 2, clockRate: 48000, mimeType: "audio/opus", … } 1: Object { channels: 1, clockRate: 8000, mimeType: "audio/G722"...
Does this repo supports for **trickle ICE** if I want to connect with my coustom server? Thanks
@sepfy Is there any available code that takes audio from server and plays on client's speaker, Currently I am using generic example code which is sending audio/video from client to...