ortclib / ortclib-sdk

C# / C++ ORTC Lib SDK for UWP, iOS, and Android
BSD 2-Clause "Simplified" License
100 stars 36 forks source link

Question about Ortc.NetStandard #24

Closed noobsoftware closed 2 years ago

noobsoftware commented 2 years ago

I've been trying to use this nuget package https://www.nuget.org/packages/Ortc.NetStandard/ In a dotnet standard project, but when trying to create RTCPeerConnection the code doesn't execute but displays no error. I'm wondering if this package is supposed to be used along side any other packages or if runs completely by itself on .netstandard? Also i see in my project two folders with x64 and x86 with libOrtc.dll, do i have to load these dlls somehow?

Thanks