12class IceCandidateCollection {
21 IceCandidateCollection& operator=(IceCandidateCollection
const&);
22 IceCandidateCollection(IceCandidateCollection
const&);
23 IceCandidateCollection();
28 MCNAPI ::webrtc::IceCandidateCollection
Clone()
const;
32 MCNAPI
void add(::std::unique_ptr<::webrtc::IceCandidate> candidate);
34 MCNAPI ::webrtc::IceCandidate
const*
at(uint64 index)
const;