Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to make webrtc.net work on windows 7. Only supports data chan… #90

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ bin
obj
*.user
.vs
/WebRtc.NET/Release
/WebRtc.NET/Release_x64
/WebRtc.NET/Debug
/WebRtcNative/include/webrtc/examples
/WebRtcNative/Debug
/WebRtcNative/Debug_x64
/WebRtcNative/Release
/WebRtcNative/Release_x64
/WebRtc.NET.sdf
/WebRtc.NET.VC.opendb
/WebRtc.NET/include/webrtc/examples
/WebRtc.NET.VC.db
/WebRtc.NET.VC.VC.opendb
/ipch
/WebRtcNative/lib/x64/Release/libwebrtc_full.lib
/WebRtcNative/lib/x86/Release/libwebrtc_full.lib
/WebRtcNative/lib/x64/Debug/libwebrtc_full.lib
/WebRtcNative/lib/x86/Debug/libwebrtc_full.lib
6 changes: 6 additions & 0 deletions WebRtc.NET.Demo/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
</runtime>
</configuration>
72 changes: 50 additions & 22 deletions WebRtc.NET.Demo/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading