OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebRtcSession
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
webrtcsession.h
125
// A
WebRtcSession
manages general session state. This includes negotiation
132
class
WebRtcSession
: public AudioProviderInterface,
154
WebRtcSession
(webrtc::MediaControllerInterface* media_controller,
158
virtual ~
WebRtcSession
();
183
sigslot::signal2<
WebRtcSession
*, State> SignalState;
513
// Declares the bundle policy for the
WebRTCSession
.
516
// Declares the RTCP mux policy for the
WebRTCSession
.
519
RTC_DISALLOW_COPY_AND_ASSIGN(
WebRtcSession
);
webrtcsession.cc
28
#include "talk/app/webrtc/
webrtcsession
.h"
393
case webrtc::
WebRtcSession
::state: \
397
static std::string GetStateString(webrtc::
WebRtcSession
::State state) {
415
case webrtc::
WebRtcSession
::err: \
419
static std::string GetErrorCodeString(webrtc::
WebRtcSession
::Error err) {
542
WebRtcSession
::
WebRtcSession
(webrtc::MediaControllerInterface* media_controller,
568
this, &
WebRtcSession
::OnTransportControllerConnectionState);
570
this, &
WebRtcSession
::OnTransportControllerReceiving);
572
this, &
WebRtcSession
::OnTransportControllerGatheringState)
[
all
...]
Completed in 40 milliseconds