Jump to content

GstWebRTC - API Reference: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 23: Line 23:
;[[GstWebRTC_-_API_Reference#GstBaseSignalerSdpType|GstBaseSignalerSdpType]] type
;[[GstWebRTC_-_API_Reference#GstBaseSignalerSdpType|GstBaseSignalerSdpType]] type
:Whether we are sending an offer or answering a remote offer. In other words, whether we are starting the call or not.
:Whether we are sending an offer or answering a remote offer. In other words, whether we are starting the call or not.
<br>
----
----
===GstBaseSignalerSdpType===
===GstBaseSignalerSdpType===
;GST_BASE_SIGNALER_SDP_OFFER
;GST_BASE_SIGNALER_SDP_OFFER
Line 32: Line 32:
;GST_BASE_SIGNALER_SDP_UNKNOWN
;GST_BASE_SIGNALER_SDP_UNKNOWN
:The SDP is unknown, typically an error
:The SDP is unknown, typically an error
 
<br>
==Virtual Functions==
==Virtual Functions==
The subclass must implement the following functions, these functions are called by the base class.
The subclass must implement the following functions, these functions are called by the base class.
Line 86: Line 86:
;Returns
;Returns
:True if sent candidates successfully was successful.
:True if sent candidates successfully was successful.
 
<br>
 
==Signals==
==Signals==
The following signals must be emitted by the subclass using the [https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-emit-by-name g_signal_emit_by_name]:
The following signals must be emitted by the subclass using the [https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-emit-by-name g_signal_emit_by_name]:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.