librats
Features
Quick Start
API Reference
GitHub
Back to Site
Loading...
Searching...
No Matches
librats::IceManager Member List
This is the complete list of members for
librats::IceManager
, including all inherited members.
add_remote_candidate
(const IceCandidate &candidate)
librats::IceManager
add_remote_candidates_from_sdp
(const std::vector< std::string > &sdp_lines)
librats::IceManager
add_stun_server
(const std::string &host, uint16_t port=STUN_DEFAULT_PORT)
librats::IceManager
add_turn_server
(const std::string &host, uint16_t port, const std::string &username, const std::string &password)
librats::IceManager
clear_ice_servers
()
librats::IceManager
close
()
librats::IceManager
config
() const
librats::IceManager
inline
end_of_remote_candidates
()
librats::IceManager
gather_candidates
()
librats::IceManager
get_candidate_pairs
() const
librats::IceManager
get_connection_state
() const
librats::IceManager
inline
get_gathering_state
() const
librats::IceManager
inline
get_local_candidates
() const
librats::IceManager
get_local_port
() const
librats::IceManager
inline
get_public_address
() const
librats::IceManager
get_remote_candidates
() const
librats::IceManager
get_selected_pair
() const
librats::IceManager
get_socket
() const
librats::IceManager
inline
IceManager
()
librats::IceManager
IceManager
(const IceConfig &config)
librats::IceManager
explicit
IceManager
(const IceManager &)=delete
librats::IceManager
is_connected
() const
librats::IceManager
inline
is_gathering_complete
() const
librats::IceManager
inline
operator=
(const IceManager &)=delete
librats::IceManager
restart
()
librats::IceManager
set_config
(const IceConfig &config)
librats::IceManager
set_on_candidates_gathered
(IceCandidatesCallback callback)
librats::IceManager
set_on_connection_state_changed
(IceConnectionStateCallback callback)
librats::IceManager
set_on_gathering_state_changed
(IceGatheringStateCallback callback)
librats::IceManager
set_on_new_candidate
(IceNewCandidateCallback callback)
librats::IceManager
set_on_selected_pair
(IceSelectedPairCallback callback)
librats::IceManager
start_checks
()
librats::IceManager
stop_checks
()
librats::IceManager
~IceManager
()
librats::IceManager