Searched defs:rtcOfferOptions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.cpp206 RTCOfferOptions* rtcOfferOptions = RTCOfferOptions::create(offerToReceiveVideo, offerToReceiveAudio, voiceActivityDetection, iceRestart); local
207 return rtcOfferOptions;
273 void RTCPeerConnection::createOffer(RTCSessionDescriptionCallback* successCallback, RTCErrorCallback* errorCallback, const Dictionary& rtcOfferOptions, ExceptionState& exceptionState) argument
280 RTCOfferOptions* offerOptions = parseOfferOptions(rtcOfferOptions, exceptionState);
289 WebMediaConstraints constraints = MediaConstraintsImpl::create(rtcOfferOptions, exceptionState);

Completed in 222 milliseconds