Documentation..............RTC API How to guide for dummies.
One answer
A bit late, however.....
There is JavaDoc available for the Plain Java API - which is the only supported API. There are comments in the SDK and there is plenty of additional information, including examples in the SDK section of the Wiki: https://jazz.net/wiki/bin/view/Main/RTCHome
You can find plenty of example code snippets in this forum. You can setup your system for development following the Extensions Workshop. In addition, I try to come up with and publish real life examples here: https://rsjazz.wordpress.com/ . There are other links to other Jumpstart members, that also publish around this.
Last but not least you can use Plugin-Spy (Alt-Shift-F1) on any dialog in the Eclipse RTC client and follow the links to the dialog classes to look how API is used.
There is JavaDoc available for the Plain Java API - which is the only supported API. There are comments in the SDK and there is plenty of additional information, including examples in the SDK section of the Wiki: https://jazz.net/wiki/bin/view/Main/RTCHome
You can find plenty of example code snippets in this forum. You can setup your system for development following the Extensions Workshop. In addition, I try to come up with and publish real life examples here: https://rsjazz.wordpress.com/ . There are other links to other Jumpstart members, that also publish around this.
Last but not least you can use Plugin-Spy (Alt-Shift-F1) on any dialog in the Eclipse RTC client and follow the links to the dialog classes to look how API is used.