| Package | Description |
|---|---|
| app.library.linkflow.apprtc | |
| org.webrtc |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<PeerConnection.IceServer> |
AppRTCClient.SignalingParameters.iceServers |
| Constructor and Description |
|---|
SignalingParameters(java.util.List<PeerConnection.IceServer> iceServers,
boolean initiator,
java.lang.String clientId,
java.lang.String wssUrl,
java.lang.String wssPostUrl,
SessionDescription offerSdp,
java.util.List<IceCandidate> iceCandidates) |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<PeerConnection.IceServer> |
PeerConnection.RTCConfiguration.iceServers |
| Modifier and Type | Method and Description |
|---|---|
PeerConnection.IceServer |
PeerConnection.IceServer.Builder.createIceServer() |
| Modifier and Type | Method and Description |
|---|---|
PeerConnection |
PeerConnectionFactory.createPeerConnection(java.util.List<PeerConnection.IceServer> iceServers,
MediaConstraints constraints,
PeerConnection.Observer observer)
Deprecated.
|
PeerConnection |
PeerConnectionFactory.createPeerConnection(java.util.List<PeerConnection.IceServer> iceServers,
PeerConnection.Observer observer) |
| Constructor and Description |
|---|
RTCConfiguration(java.util.List<PeerConnection.IceServer> iceServers) |