Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1k0l1n/webrtc-winrtc

This project demonstrates the usage of WebRTC in a Universal Windows Platform (UWP) app using the WinRTC library.
https://github.com/n1k0l1n/webrtc-winrtc

csharp uwp webrtc windows winrtc

Last synced: 15 days ago
JSON representation

This project demonstrates the usage of WebRTC in a Universal Windows Platform (UWP) app using the WinRTC library.

Awesome Lists containing this project

README

        

# WebRTC-WinRTC

This project demonstrates the usage of WebRTC in a Universal Windows Platform (UWP) app using the WinRTC library.

## Description

This UWP app showcases the basic implementation of WebRTC functionality utilizing the WinRTC library for Windows Native apps.

## Getting Started

### Prerequisites

- Visual Studio with UWP development tools installed
- WinRTC library
- [Microsoft.MixedReality.WebRTC.UWP](https://www.nuget.org/packages/Microsoft.MixedReality.WebRTC.UWP/) NuGet package

### Installation

1. Clone this repository to your local machine.
2. Open the solution file in Visual Studio.
3. Install the necessary NuGet packages.
4. Build and run the application on a UWP device or emulator.

### Usage

1. Click the "Start WebRTC" button to initialize the WebRTC connection.
2. Observe the status updates in the application UI.

## Troubleshooting

- If encountering issues during initialization, check the debug output or logs for error messages.
- Ensure proper network connectivity and required permissions for WebRTC operations.

## Contributing

Contributions are welcome! Feel free to open issues or pull requests.

## License

This project is licensed under the [MIT License](LICENSE).