|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/p2p/base/jseptransport.h"#include <memory>#include <utility>#include "webrtc/base/bind.h"#include "webrtc/base/checks.h"#include "webrtc/base/logging.h"#include "webrtc/p2p/base/candidate.h"#include "webrtc/p2p/base/dtlstransportchannel.h"#include "webrtc/p2p/base/p2pconstants.h"#include "webrtc/p2p/base/p2ptransportchannel.h"#include "webrtc/p2p/base/port.h"Namespaces | |
| cricket | |
Functions | |
| bool | cricket::BadTransportDescription (const std::string &desc, std::string *err_desc) |
| bool | cricket::IceCredentialsChanged (const std::string &old_ufrag, const std::string &old_pwd, const std::string &new_ufrag, const std::string &new_pwd) |
| bool | cricket::VerifyCandidate (const Candidate &candidate, std::string *error) |
| bool | cricket::VerifyCandidates (const Candidates &candidates, std::string *error) |
1.8.13