Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
void |
PeerConnection.createAnswer(SdpObserver observer,
MediaConstraints constraints) |
AudioSource |
PeerConnectionFactory.createAudioSource(MediaConstraints constraints) |
void |
PeerConnection.createOffer(SdpObserver observer,
MediaConstraints constraints) |
PeerConnection |
PeerConnectionFactory.createPeerConnection(java.util.List<PeerConnection.IceServer> iceServers,
MediaConstraints constraints,
PeerConnection.Observer observer)
Deprecated.
|
PeerConnection |
PeerConnectionFactory.createPeerConnection(PeerConnection.RTCConfiguration rtcConfig,
MediaConstraints constraints,
PeerConnection.Observer observer)
Deprecated.
|