Home
last modified time | relevance | path

Searched defs:RTCConfiguration (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h242 struct RTCConfiguration { struct
262 RTCConfiguration() in RTCConfiguration() argument
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface.mm33 @implementation RTCConfiguration implementation
81 - (webrtc::PeerConnectionInterface::RTCConfiguration)nativeConfiguration {
DRTCPeerConnection.mm211 - (BOOL)setConfiguration:(RTCConfiguration *)configuration {
289 delegate:(id<RTCPeerConnectionDelegate>)delegate {
DRTCPeerConnectionFactory.mm94 delegate:(id<RTCPeerConnectionDelegate>)delegate {
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java144 public static class RTCConfiguration { class in PeerConnection
157 public RTCConfiguration(List<IceServer> iceServers) { in RTCConfiguration() method in PeerConnection.RTCConfiguration