webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
enum | BundlePolicy |
enum | CandidateNetworkPolicy |
enum | ContinualGatheringPolicy |
enum | IceConnectionState |
enum | IceGatheringState |
class | IceServer |
enum | IceTransportsType |
enum | KeyType |
interface | Observer |
class | RTCConfiguration |
enum | RtcpMuxPolicy |
enum | SignalingState |
enum | TcpCandidatePolicy |
enum | TlsCertPolicy |
Java-land version of the PeerConnection APIs; wraps the C++ API http://www.webrtc.org/reference/native-apis, which in turn is inspired by the JS APIs: http://dev.w3.org/2011/webrtc/editor/webrtc.html and http://www.w3.org/TR/mediacapture-streams/
|
inline |
|
inline |
native void org.webrtc.PeerConnection.createAnswer | ( | SdpObserver | observer, |
MediaConstraints | constraints | ||
) |
native DataChannel org.webrtc.PeerConnection.createDataChannel | ( | String | label, |
DataChannel.Init | init | ||
) |
native void org.webrtc.PeerConnection.createOffer | ( | SdpObserver | observer, |
MediaConstraints | constraints | ||
) |
|
inline |
|
inline |
native SessionDescription org.webrtc.PeerConnection.getLocalDescription | ( | ) |
|
inline |
native SessionDescription org.webrtc.PeerConnection.getRemoteDescription | ( | ) |
|
inline |
|
inline |
native IceConnectionState org.webrtc.PeerConnection.iceConnectionState | ( | ) |
native IceGatheringState org.webrtc.PeerConnection.iceGatheringState | ( | ) |
native boolean org.webrtc.PeerConnection.nativeSetConfiguration | ( | RTCConfiguration | config, |
long | nativeObserver | ||
) |
|
inline |
|
inline |
|
inline |
native void org.webrtc.PeerConnection.setLocalDescription | ( | SdpObserver | observer, |
SessionDescription | sdp | ||
) |
native void org.webrtc.PeerConnection.setRemoteDescription | ( | SdpObserver | observer, |
SessionDescription | sdp | ||
) |
native SignalingState org.webrtc.PeerConnection.signalingState | ( | ) |
|
inline |
|
inline |