my example can not hear audio when i click yellow button

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…


i check js code and find,VideoPlayer Sample,(right)can hear audio,but left
Multiplay Sample can not hear。and they code。
how can i add audio in left code!thank you!

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.