voip client using h.323 in java

2k Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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.