|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
C++ implementation for retrieving selected ICE candidate pair. More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | ice_get_selected_pair_impl (webrtc_peer_connection_t *pc, ice_candidate_t *local_candidate, ice_candidate_t *remote_candidate) |
| Get selected ICE candidate pair (C++ implementation) | |
C++ implementation for retrieving selected ICE candidate pair.
Uses libdatachannel's C++ API to access selected candidate pair information which is not exposed in the C API.
Definition in file ice_selected_pair.cpp.
| asciichat_error_t ice_get_selected_pair_impl | ( | webrtc_peer_connection_t * | pc, |
| ice_candidate_t * | local_candidate, | ||
| ice_candidate_t * | remote_candidate | ||
| ) |
Get selected ICE candidate pair (C++ implementation)
This function uses libdatachannel's C++ API to retrieve the selected candidate pair, which is not available in the C API.
Definition at line 58 of file ice_selected_pair.cpp.
References webrtc_get_rtc_id().
Referenced by ice_get_selected_pair().