Pes
Pes

Reputation: 1

How to use linphone-sdk with C#

I download linphone-sdk from the official website (https://www.linphone.org/technical-corner/liblinphone) It is very normal for me to using in the project. But When I running, I will prompt linphone.dll not found. I did not find this dll in the downloaded linphone-sdk, only liblinphone.dll.Please someone Help me. enter image description here

I have tried to use different compilation architectures, but neither can I.

Upvotes: 0

Views: 732

Answers (2)

Coveit
Coveit

Reputation: 1

I had the same error and solved it by copying all *dll from this project on GitHub and copying it into the debug folder.

Upvotes: 0

Viish
Viish

Reputation: 503

Did you try to use our pre-built NuGET packages? https://gitlab.linphone.org/BC/public/linphone-sdk/-/packages

See the wiki entry that explains how to get started: https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Getting%20started/Windows%20UWP/

Upvotes: 0

Related Questions