Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n1k0l1n/webrtc-winrtc
- Owner: N1k0l1n
- License: unlicense
- Created: 2023-11-28T13:02:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:44:48.000Z (about 1 year ago)
- Last Synced: 2024-11-20T12:07:31.868Z (3 months ago)
- Topics: csharp, uwp, webrtc, windows, winrtc
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).