Package | Description |
---|---|
app.library.linkflow.apprtc | |
org.webrtc |
Modifier and Type | Field and Description |
---|---|
SessionDescription |
AppRTCClient.SignalingParameters.offerSdp |
Modifier and Type | Method and Description |
---|---|
void |
PeerConnectionClient.PeerConnectionEvents.onLocalDescription(SessionDescription sdp)
Callback fired once local SDP is created and set.
|
void |
AppRTCClient.SignalingEvents.onRemoteDescription(SessionDescription sdp)
Callback fired once remote SDP is received.
|
void |
DirectRTCClient.sendAnswerSdp(SessionDescription sdp) |
void |
WebSocketRTCClient.sendAnswerSdp(SessionDescription sdp) |
void |
AppRTCClient.sendAnswerSdp(SessionDescription sdp)
Send answer SDP to the other participant.
|
void |
DirectRTCClient.sendOfferSdp(SessionDescription sdp) |
void |
WebSocketRTCClient.sendOfferSdp(SessionDescription sdp) |
void |
AppRTCClient.sendOfferSdp(SessionDescription sdp)
Send offer SDP to the other participant.
|
void |
PeerConnectionClient.setRemoteDescription(SessionDescription sdp) |
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 | Method and Description |
---|---|
SessionDescription |
PeerConnection.getLocalDescription() |
SessionDescription |
PeerConnection.getRemoteDescription() |
Modifier and Type | Method and Description |
---|---|
void |
SdpObserver.onCreateSuccess(SessionDescription sdp)
Called on success of Create{Offer,Answer}().
|
void |
PeerConnection.setLocalDescription(SdpObserver observer,
SessionDescription sdp) |
void |
PeerConnection.setRemoteDescription(SdpObserver observer,
SessionDescription sdp) |