[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "1.22" ) ]
public delegate void WebRTCICEOnCandidateFunc (WebRTCICE ice, uint stream_id, string candidate)
Callback function to be triggered on discovery of a new candidate
ice |
The WebRTCICE |
stream_id |
The stream id |
candidate |
The discovered candidate |
user_data |
User data that was set by set_on_ice_candidate |