webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Enumerations | Functions
peerconnection.cc File Reference
#include "webrtc/pc/peerconnection.h"
#include <algorithm>
#include <cctype>
#include <utility>
#include <vector>
#include "webrtc/api/jsepicecandidate.h"
#include "webrtc/api/jsepsessiondescription.h"
#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/api/mediastreamproxy.h"
#include "webrtc/api/mediastreamtrackproxy.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/base/trace_event.h"
#include "webrtc/call/call.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/media/sctp/sctptransport.h"
#include "webrtc/pc/audiotrack.h"
#include "webrtc/pc/channelmanager.h"
#include "webrtc/pc/dtmfsender.h"
#include "webrtc/pc/mediastream.h"
#include "webrtc/pc/mediastreamobserver.h"
#include "webrtc/pc/remoteaudiosource.h"
#include "webrtc/pc/rtpreceiver.h"
#include "webrtc/pc/rtpsender.h"
#include "webrtc/pc/streamcollection.h"
#include "webrtc/pc/videocapturertracksource.h"
#include "webrtc/pc/videotrack.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/system_wrappers/include/field_trial.h"

Namespaces

 webrtc
 

Enumerations

enum  ServiceType
 
enum  
 

Functions

std::string webrtc::GenerateRtcpCname ()
 
bool webrtc::ExtractMediaSessionOptions (const PeerConnectionInterface::RTCOfferAnswerOptions &rtc_options, bool is_offer, cricket::MediaSessionOptions *session_options)
 
bool webrtc::ParseConstraintsForAnswer (const MediaConstraintsInterface *constraints, cricket::MediaSessionOptions *session_options)
 
RTCErrorType webrtc::ParseIceServers (const PeerConnectionInterface::IceServers &servers, cricket::ServerAddresses *stun_servers, std::vector< cricket::RelayServerConfig > *turn_servers)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

◆ ServiceType