[Solved] H.323 Request Java [closed]

I don’t think a there is a publically available library that implements H.323 signaling in Java, but there are 2 libraries with a C interface that you might be able to use from Java: OPAL is OpenSource, support H.323 and has a C wrapper. The commercial Radvision H.323 SDK also has a C interface. If … Read more