How to build a softphone (using SIP protocol) using C#

后端 未结 4 1661
遇见更好的自我
遇见更好的自我 2020-12-24 15:46

I have this challenge to build an sip softphone using c# or .net technologies.

Please guide me the technology, requirements and specifications that is needed to build

4条回答
  •  情话喂你
    2020-12-24 16:04

    Here are a few pointers

    • See this article on Code Project for implementing an SIP stack in C#
    • See this post for audio compression using LAME

提交回复
热议问题