#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"
◆ 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: break;
State state() const
Definition: webrtcsession.h:193
string state
Definition: buildtests.py:34