does android natively support RTP and/or SCTP?
- by user299988
Hi,
I am developing a walkie-talkie application for Android, and would like to know whether RTP and/or SCTP is natively supported in the latest version of android SDK.
From whatever I have dug-up so far, the answer is no.
It seems that support for SCTP is coming in JDK 7.
But then, I am not sure how this will work with my android developemnt.
Could you please shed some light over this?
Thanks,