Skip to content

Add BasicVideoChat example application #39

@General-Fault

Description

@General-Fault

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions