Callbacks¶
|
Details¶
- GstWebRTC.WebRTCICEOnCandidateFunc(ice, stream_id, candidate, *user_data)¶
- Parameters:
ice (
GstWebRTC.WebRTCICE
) – TheGstWebRTC.WebRTCICE
stream_id (
int
) – The stream idcandidate (
str
) – The discovered candidateuser_data (
object
orNone
) – User data that was set byGstWebRTC.WebRTCICE.set_on_ice_candidate
Callback function to be triggered on discovery of a new candidate
New in version 1.22.