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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc346 cricket::MediaSessionOptions current_options = options_; local
347 if (!ParseConstraints(constraints, &current_options, true)) {
350 current_options.bundle_enabled = EvaluateNeedForBundle(current_options);
351 *options = current_options;

Completed in 28 milliseconds