WebRTC flow – not triggering answer
I am creating a test web rtc video call app with vanilla js using vite. I am handling the rtc connection flow as this. First globally I initialize a RTCPeerConnection with iceservers. Then I have a button to start the cam and I handle adding local and remote streams to PC.