A peer connection offer. More...
Public Member Functions | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.AudioStream audioStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.AudioStream audioStream, fm.liveswitch.DataStream dataStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.AudioStream audioStream, fm.liveswitch.VideoStream videoStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.AudioStream audioStream, fm.liveswitch.VideoStream videoStream, fm.liveswitch.DataStream dataStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.DataStream dataStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.VideoStream videoStream) |
| Accepts the offer. More... | |
| fm.liveswitch.PeerConnection | accept (fm.liveswitch.VideoStream videoStream, fm.liveswitch.DataStream dataStream) |
| Accepts the offer. More... | |
| void | addOnCancel (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the offer is withdrawn. More... | |
| fm.liveswitch.Channel | getChannel () |
| Gets the channel. More... | |
| String | getConnectionTag () |
| Gets the connection tag. More... | |
| boolean | getHasAudio () |
| Gets a value indicating whether the offer includes an audio description. More... | |
| boolean | getHasData () |
| Gets a value indicating whether the offer includes a data description. More... | |
| boolean | getHasVideo () |
| Gets a value indicating whether the offer includes a video description. More... | |
| fm.liveswitch.SessionDescription | getOffer () |
| Gets the offer. More... | |
| fm.liveswitch.ClientInfo | getRemoteClientInfo () |
| Gets the remote client information. More... | |
| boolean | getRemoteClosed () |
| Gets a value indicating whether the connection was closed by the remote host. More... | |
| String | getRemoteConnectionId () |
| Gets the remote connection identifier. More... | |
| boolean | getRemoteFailed () |
| Gets a value indicating whether the connection was failed by the remote host. More... | |
| fm.liveswitch.Future< Object > | reject () |
| Rejects this instance. More... | |
| void | removeOnCancel (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the offer is withdrawn. More... | |
A peer connection offer.
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.AudioStream | audioStream | ) |
Accepts the offer.
| audioStream | The audio stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.AudioStream | audioStream, |
| fm.liveswitch.DataStream | dataStream | ||
| ) |
Accepts the offer.
| audioStream | The audio stream. |
| dataStream | The data stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.AudioStream | audioStream, |
| fm.liveswitch.VideoStream | videoStream | ||
| ) |
Accepts the offer.
| audioStream | The audio stream. |
| videoStream | The video stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.AudioStream | audioStream, |
| fm.liveswitch.VideoStream | videoStream, | ||
| fm.liveswitch.DataStream | dataStream | ||
| ) |
Accepts the offer.
| audioStream | The audio stream. |
| videoStream | The video stream. |
| dataStream | The data stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.DataStream | dataStream | ) |
Accepts the offer.
| dataStream | The data stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.VideoStream | videoStream | ) |
Accepts the offer.
| videoStream | The video stream. |
| fm.liveswitch.PeerConnection fm.liveswitch.PeerConnectionOffer.accept | ( | fm.liveswitch.VideoStream | videoStream, |
| fm.liveswitch.DataStream | dataStream | ||
| ) |
Accepts the offer.
| videoStream | The video stream. |
| dataStream | The data stream. |
| void fm.liveswitch.PeerConnectionOffer.addOnCancel | ( | fm.liveswitch.IAction0 | value | ) |
Adds a handler that is raised when the offer is withdrawn.
| fm.liveswitch.Channel fm.liveswitch.PeerConnectionOffer.getChannel | ( | ) |
Gets the channel.
| String fm.liveswitch.PeerConnectionOffer.getConnectionTag | ( | ) |
Gets the connection tag.
| boolean fm.liveswitch.PeerConnectionOffer.getHasAudio | ( | ) |
Gets a value indicating whether the offer includes an audio description.
| boolean fm.liveswitch.PeerConnectionOffer.getHasData | ( | ) |
Gets a value indicating whether the offer includes a data description.
| boolean fm.liveswitch.PeerConnectionOffer.getHasVideo | ( | ) |
Gets a value indicating whether the offer includes a video description.
| fm.liveswitch.SessionDescription fm.liveswitch.PeerConnectionOffer.getOffer | ( | ) |
Gets the offer.
| fm.liveswitch.ClientInfo fm.liveswitch.PeerConnectionOffer.getRemoteClientInfo | ( | ) |
Gets the remote client information.
| boolean fm.liveswitch.PeerConnectionOffer.getRemoteClosed | ( | ) |
Gets a value indicating whether the connection was closed by the remote host.
| String fm.liveswitch.PeerConnectionOffer.getRemoteConnectionId | ( | ) |
Gets the remote connection identifier.
| boolean fm.liveswitch.PeerConnectionOffer.getRemoteFailed | ( | ) |
Gets a value indicating whether the connection was failed by the remote host.
| fm.liveswitch.Future<Object> fm.liveswitch.PeerConnectionOffer.reject | ( | ) |
Rejects this instance.
| void fm.liveswitch.PeerConnectionOffer.removeOnCancel | ( | fm.liveswitch.IAction0 | value | ) |
Removes a handler that is raised when the offer is withdrawn.