webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Macros | Functions
webrtcsession.cc File Reference
#include "webrtc/pc/webrtcsession.h"
#include <limits.h>
#include <algorithm>
#include <set>
#include <utility>
#include <vector>
#include "webrtc/api/call/audio_sink.h"
#include "webrtc/api/jsepicecandidate.h"
#include "webrtc/api/jsepsessiondescription.h"
#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/base/basictypes.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/call/call.h"
#include "webrtc/media/base/mediaconstants.h"
#include "webrtc/media/base/videocapturer.h"
#include "webrtc/media/sctp/sctptransportinternal.h"
#include "webrtc/p2p/base/portallocator.h"
#include "webrtc/pc/channel.h"
#include "webrtc/pc/channelmanager.h"
#include "webrtc/pc/mediasession.h"
#include "webrtc/pc/sctputils.h"
#include "webrtc/pc/webrtcsessiondescriptionfactory.h"

Namespaces

 webrtc
 

Macros

#define GET_STRING_OF_STATE(state)
 
#define GET_STRING_OF_ERROR_CODE(err)
 

Functions

IceCandidatePairType webrtc::GetIceCandidatePairCounter (const cricket::Candidate &local, const cricket::Candidate &remote)
 
bool webrtc::CheckForRemoteIceRestart (const SessionDescriptionInterface *old_desc, const SessionDescriptionInterface *new_desc, const std::string &content_name)
 

Macro Definition Documentation

◆ GET_STRING_OF_ERROR_CODE

#define GET_STRING_OF_ERROR_CODE (   err)
Value:
case webrtc::WebRtcSession::err: \
result = #err; \
break;

◆ GET_STRING_OF_STATE

#define GET_STRING_OF_STATE (   state)
Value:
result = #state; \
break;
State state() const
Definition: webrtcsession.h:193
string state
Definition: buildtests.py:34