Uses of Class
org.jivesoftware.smackx.jingleold.nat.RTPBridge
-
Packages that use RTPBridge Package Description org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of RTPBridge in org.jivesoftware.smackx.jingleold.nat
Methods in org.jivesoftware.smackx.jingleold.nat that return RTPBridge Modifier and Type Method Description static RTPBridge
RTPBridge. getRTPBridge(XMPPConnection connection, String sessionID)
Get a new RTPBridge Candidate from the server.RTPBridge
RTPBridge.Provider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
static RTPBridge
RTPBridge. relaySession(XMPPConnection connection, String sessionID, String pass, TransportCandidate proxyCandidate, TransportCandidate localCandidate)
Check if the server support RTPBridge Service.
-