Home
last modified time | relevance | path

Searched defs:iceCandidates (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCClient.java85 public final List<IceCandidate> iceCandidates; field in AppRTCClient.SignalingParameters
89 List<IceCandidate> iceCandidates) { in SignalingParameters()
H A DRoomParametersFetcher.java86 List<IceCandidate> iceCandidates = null; in roomHttpResponseParse() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCClient.java85 public final List<IceCandidate> iceCandidates; field in AppRTCClient.SignalingParameters
89 List<IceCandidate> iceCandidates) { in SignalingParameters()
H A DRoomParametersFetcher.java86 List<IceCandidate> iceCandidates = null; in roomHttpResponseParse() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/
H A DSignaling.h65 std::vector<IceCandidate> iceCandidates; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
H A DPeerConnectionClientTest.java81 private List<IceCandidate> iceCandidates = new ArrayList<>(); field in PeerConnectionClientTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
H A DPeerConnectionClientTest.java81 private List<IceCandidate> iceCandidates = new ArrayList<>(); field in PeerConnectionClientTest
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupNetworkManager.cpp473 …ams(PeerIceParameters const &remoteIceParameters, std::vector<cricket::Candidate> const &iceCandid… in setRemoteParams()
H A DGroupInstanceCustomImpl.cpp2848 std::vector<cricket::Candidate> iceCandidates; in setJoinResponsePayload() local