Add a WPF-based peer-to-peer video chat example that targets net10.0-windows and net48.
The example demonstrates the intended WebRtcNet API usage for:
- Acquiring audio/video via \GetUserMedia\
- Creating an \RtcPeerConnection\ and adding tracks
- Signaling via direct TCP connection (no server required)
- Offer/answer/ICE exchange
- Mute audio and toggle camera controls
This example is intentionally not fully functional — many \WebRtcInterop\ methods still throw \NotImplementedException. Its primary purpose is to define the expected API surface and drive interop implementation priorities.
Add a WPF-based peer-to-peer video chat example that targets net10.0-windows and net48.
The example demonstrates the intended WebRtcNet API usage for:
This example is intentionally not fully functional — many \WebRtcInterop\ methods still throw \NotImplementedException. Its primary purpose is to define the expected API surface and drive interop implementation priorities.