| Constructor and Description |
|---|
PeerWrapper(android.app.Activity app) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTransactionWithAnswer() |
void |
setEmitter(Emitter emitter) |
void |
setRemoteDescriptorPeer(org.webrtc.SessionDescription descriptorPeer)
This method set the new remote sessions descriptor with the information needed to the peer
|
void |
setRemoteIceCandidate(org.webrtc.IceCandidate candidate)
This method set the new remote ice candidate with the information needed to the peer.
|
void |
setRemoteStream(org.webrtc.MediaStream stream) |
public void setEmitter(Emitter emitter)
public void setRemoteStream(org.webrtc.MediaStream stream)
public void beginTransactionWithAnswer()
public void setRemoteDescriptorPeer(org.webrtc.SessionDescription descriptorPeer)
setRemoteDescriptorPeer in interface IPeerdescriptorPeer - remote session descriptor that was sent over the signaling server.public void setRemoteIceCandidate(org.webrtc.IceCandidate candidate)
setRemoteIceCandidate in interface IPeercandidate - the remote ice candidate that was sent over the signaling server.