Dave Kapildev
Dave Kapildev

Reputation: 521

Setup SipSorcery Server

I am new in SIP Programming, while searching on Google "voip sdk c# open source github", I got reference of sipsorcery. I had downloaded it and try to play with samples but I am unable to execute it. I had search tutorials on google and youtube but I can't found any.

https://github.com/sipsorcery/sipsorcery

Please someone guide if I have to implement sipsorcery (Video and Audio Call) then How can I setup Server, which support to multiple client.

Thanks in advance,

Upvotes: 1

Views: 2315

Answers (1)

sipsorcery
sipsorcery

Reputation: 30699

Best way to get started are the example applications:

All the examples are .NET Core or Framework applications and can be generally be executed from the command line with dotnet run. If you have problems with them, or the library, I'd recommend the asking on the GitHub Issues page.

Also note that the sipsorcery project is library not a Server application. It can be used to build server applications but the only ones available in the repo are examples.

Upvotes: 2

Related Questions