i can run broadcast example ok. but when i click audio button, my web not play audio.
who can tell me how to check this problem.
i can run broadcast example ok. but when i click audio button, my web not play audio.
who can tell me how to check this problem.
Can you check audio level on browser using chrome://webrtc-internals/ ?
and please check browser version, browser audio setting, etc…
now i can get audio in left code by add code in video-player
this.pc.addTransceiver('audio', { direction: 'recvonly' });
this.pc.addTransceiver('video', { direction: 'recvonly' });
but i have another problem is when the second player connected,he can not hear audio.