Provides the classes and interfaces necessary to create a call connection object and integrate it with a client Android application.
The package provides two high level objects of interest.
- org.signal.ringrtc.CallConnection -- represents the session of a call,
very similar to org.webrtc.PeerConnection.
- org.signal.ringrtc.CallConnectionFactory -- creates CallConnection
objects, very similar to org.webrtc.PeerConnectionFactory.
@see org.signal.ringrtc.CallConnectionFactory
@see org.signal.ringrtc.CallConnection
@see org.webrtc.PeerConnectionFactory
@see org.webrtc.PeerConnection