i am trying to write a voip client using h.323 in java and i was wondering if someone could point me as to which api is available in java and if there is any tutorial available for it.anything relevant would be really appreciated. thanx
Asked
Active
Viewed 2,061 times
1 Answers
0
You don't have many options for H.323 in Java. The best is probably OPAL. It includes a Java wrapper to use the C++ class libraries that allow you to implement a Java H.323 client.
IBM used to have a native Java H.323 stack, but I'm not sure if that is maintained anymore.

Gene Vincent
- 5,237
- 9
- 50
- 86
-
thanks for the reply is there any tutorial available for using the java wrapper for opal – yahh Jan 06 '11 at 06:20