5

I'm building a voip app for iOS devices using the H.323 protocol and was wondering if there any libraries in Objective C (or C/C++) that let me convert my audio to H.323

NSExplorer
  • 11,849
  • 12
  • 49
  • 62

1 Answers1

3

There are only 2 OpenSource H.323 libraries both C++: H323Plus and OPAL. And then there is the commercial Radvision SDK, which is done in C as far as I know.

Gene Vincent
  • 5,237
  • 9
  • 50
  • 86