Gst
Description:
Content:
Classes:
- WebRTCDTLSTransport
 - WebRTCDataChannel
 - WebRTCICE
 - WebRTCICECandidateStats
 - WebRTCICEStream
 - WebRTCICETransport
 - WebRTCRTPReceiver - An object to track the receiving aspect of the stream
 - WebRTCRTPSender - An object to track the sending aspect of the stream
 - WebRTCRTPTransceiver - Mostly matches the WebRTC RTCRtpTransceiver interface.
 - WebRTCSCTPTransport
 - WebRTCSessionDescription - See <https://www.
 
Enums:
- WebRTCBundlePolicy - See https://tools.
 - WebRTCDTLSSetup
 - WebRTCDTLSTransportState
 - WebRTCDataChannelState - See <http://w3c.
 - WebRTCFECType
 - WebRTCICEComponent
 - WebRTCICEConnectionState - See <http://w3c.
 - WebRTCICEGatheringState - See <http://w3c.
 - WebRTCICERole
 - WebRTCICETransportPolicy - See https://tools.
 - WebRTCKind - https://w3c.
 - WebRTCPeerConnectionState - See <http://w3c.
 - WebRTCPriorityType - See < http://w3c.
 - WebRTCRTPTransceiverDirection
 - WebRTCSCTPTransportState - See <http://w3c.
 - WebRTCSDPType - See <http://w3c.
 - WebRTCSignalingState - See < http://w3c.
 - WebRTCStatsType - See < https://w3c.
 
Error domains:
- WebRTCError - See < https://www.
 
Delegates:
- public delegate void WebRTCICEOnCandidateFunc (WebRTCICE ice, uint stream_id, string candidate)
      
      Callback function to be triggered on discovery of a new candidate
 
Functions:
- public Quark webrtc_error_quark ()
      
      
 - public unowned string webrtc_sdp_type_to_string (WebRTCSDPType type)