Callbacks¶
|
Details¶
- GstWebRTC.WebRTCICEOnCandidateFunc(ice, stream_id, candidate, *user_data)¶
- Parameters:
ice (
GstWebRTC.WebRTCICE) – TheGstWebRTC.WebRTCICEstream_id (
int) – The stream idcandidate (
str) – The discovered candidateuser_data (
objectorNone) – 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.