adapter_core5.js 506 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
  3. *
  4. * Use of this source code is governed by a BSD-style license
  5. * that can be found in the LICENSE file in the root of the source
  6. * tree.
  7. */
  8. /* eslint-env node */
  9. 'use strict';
  10. var _adapter_factory = require("./adapter_factory.js");
  11. var adapter = (0, _adapter_factory.adapterFactory)({
  12. window: typeof window === 'undefined' ? undefined : window
  13. });
  14. module.exports = adapter; // this is the difference from adapter_core.