Home
last modified time | relevance | path

Searched refs:CreateRemoteRtpDataChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnection.h300 void CreateRemoteRtpDataChannel(const std::string& label,
Dpeerconnection.cc1777 CreateRemoteRtpDataChannel(label, params.first_ssrc()); in UpdateRemoteRtpDataChannels()
1814 void PeerConnection::CreateRemoteRtpDataChannel(const std::string& label, in CreateRemoteRtpDataChannel() function in webrtc::PeerConnection