| Interface | Description |
|---|---|
| WebRTCBin.CREATE_ANSWER |
Signal emitted when this
WebRTCBin creates an answer |
| WebRTCBin.CREATE_OFFER |
Signal emitted when this
WebRTCBin creates an offer |
| WebRTCBin.ON_ICE_CANDIDATE | |
| WebRTCBin.ON_NEGOTIATION_NEEDED |
Signal emitted when this
WebRTCBin is ready to do negotiation to
setup a WebRTC connection Good starting point to have the WebRTCBin send
an offer to potential clients |
| Class | Description |
|---|---|
| WebRTC | |
| WebRTC.Types | |
| WebRTCBin |
WebRTCBin is an abstraction over gstreamers webrtcbin element It is
structured to mimic the RTCPeerConnection API that is available in web
browsers
|
| WebRTCSessionDescription |
Wraps a GstWebRTCSessionDescription
|
| Enum | Description |
|---|---|
| WebRTCICEGatheringState |
The ICE gathering state of WebRTC peer
Available since GStreamer 1.14
|
| WebRTCPeerConnectionState |
The state of a WebRTC peer connection
Available since GStreamer 1.14
|
| WebRTCSDPType |
The type of a
WebRTCSessionDescription |
Copyright © 2021 gstreamer-java. All rights reserved.