how to connect two users using flutter webrtc package for a p2p voice call?
I have read about how webrtc works, signaling and how STUN works. I tried to use sip_ua package also but was not able to wrap my head around that how to connect two users. I have been trying for 4 days to implement voice calls using flutter-webrtc package in my application. It will be a great help if someone helps me with how to solve this problem.