Where can we find info on deprecated / Modified RTC APIs?
Is there somewhere to find a list of deprecated/modifed RTC APIs between major releases?
V2-V3
V3-V4
and
V4-V5
The reason is ..... a customer has some server side extensions that were written against V2, and now on V4. The Extensions don't have much documentation, and the people that created them are not around anymore.
V2-V3
V3-V4
and
V4-V5
The reason is ..... a customer has some server side extensions that were written against V2, and now on V4. The Extensions don't have much documentation, and the people that created them are not around anymore.
Accepted answer
I agree with Sam. There is no such document that I am aware of. The only "supported" API is the Plain Java client libraries. As far as I am aware no API has been deprecated there since 2.x. In the SDK you will find @deprecated in the method comment, if it supposed to be removed. The comment also points out how to replace the call.
Like Sam, I have seen very few API calls being deprecated. There might be one or two instances, probably from RTC 1.0 to 2.x.
Like Sam, I have seen very few API calls being deprecated. There might be one or two instances, probably from RTC 1.0 to 2.x.
Comments
sam detweiler
Oct 01 '14, 5:54 p.m.Far as I know, no such document exists..
I will say that all my server side extensions created on 2.0.0.2 continue to work in binary form without issue on 5.0 (latest I have tried)