Searched refs:kEnableRtpDataChannels (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dmediaconstraintsinterface.h111 static const char kEnableRtpDataChannels[]; // Enable RTP DataChannels member in class:webrtc::MediaConstraintsInterface
H A Dmediaconstraintsinterface.cc91 const char MediaConstraintsInterface::kEnableRtpDataChannels[] = member in class:webrtc::MediaConstraintsInterface
H A Dwebrtcsession.cc636 // Enable creation of RTP data channels if the kEnableRtpDataChannels is set.
640 constraints, MediaConstraintsInterface::kEnableRtpDataChannels,
H A Dwebrtcsession_unittest.cc3797 webrtc::MediaConstraintsInterface::kEnableRtpDataChannels, true);
3809 webrtc::MediaConstraintsInterface::kEnableRtpDataChannels, true);
/external/webrtc/talk/app/webrtc/test/
H A Dfakeconstraints.h114 SetMandatory(MediaConstraintsInterface::kEnableRtpDataChannels, true);

Completed in 5898 milliseconds