It's all about the answers!

Ask a question

RTC SDK Changes from 4.0* to 6.0.2


Bernardo Vale (1223) | asked Nov 07 '16, 7:16 a.m.
 Hi, I'm planning to upgrade my RTC (4.0.* to 6.0.2) environment but I have some third party integrations using the RTC SDK (Java API).

Is there some documentation about API changes or something? I want to check which parts have changed so I can rewrite the integration as soon as possible.

Thanks.

Accepted answer


permanent link
Ralph Schoon (62.3k33643) | answered Nov 07 '16, 7:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
No, there is no such documentation. I have not see a lot of API breaks. Actually I can not remember I have seen one since  3.x. https://rsjazz.wordpress.com/2013/07/09/new-version-and-now-experiences-with-sdk-and-plain-java-api-across-tool-versions/.

If there is an API change that breaks the code you will see deprecation  - and the new classes to be used in the SDK's class/method documentation. So you have to basically setup the environment and load your code to see.

Note:
https://rsjazz.wordpress.com/2015/07/15/rtc-6-0-does-the-api-change-and-break-my-code/
https://rsjazz.wordpress.com/2015/06/22/running-the-rtc-extensions-workshop-with-rtc-6-0/
https://rsjazz.wordpress.com/2016/02/04/running-the-rtc-extensions-workshop-with-rtc-6-0-x/
https://rsjazz.wordpress.com/2016/11/07/the-rtc-sdk-is-about-to-change-in-6-0-3/
Bernardo Vale selected this answer as the correct answer

Comments
Bernardo Vale commented Nov 09 '16, 10:31 a.m.

 Thanks Ralph!

Your answer


Register or to post your answer.