RTP protocol available on iOS

Hey guys, is the RTP protocol directly available on iOS?

Or I have to implement it myself?

Or use a third party lib.

Accepted Reply

iOS has no general-purpose RTP API. You will need to either write or acquire your own code for that.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

iOS has no general-purpose RTP API. You will need to either write or acquire your own code for that.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"