I’m looking to write React tests for my WebRTC implementation. Any suggestions for how to mock/what to mock for the connections to establish?
Possibly as a follow-up, what test functionality would demonstrate WebRTC robustness (in your opinion)? Would I need to create a peer connection and stream?