I'm trying to establish the webrtc connection between the browser and docker container with Janus gateway with the video room plugin.
Everything works fine when I create the RTCPeerConnection from the browser with permissions to media not set or denied.
However, I experience problems when I try to connect with Janus from the browser with media permissions already granted before the connection was created. In this case, the connection state is failed. I can see in the janus (in docker container) that the remote candidates are not present there.
I can see in the webrtc console that for all pairs, there are STUN request setnt but no responses received