UNPKG

open-easyrtc

Version:

Open-EasyRTC enables quick development of WebRTC

19 lines (14 loc) 208 B
/* Script: index.js This file is part of EasyRTC. */ /*global define */ define([ // Load specs 'spec/api/adapter', 'spec/api/easyrtc_int', ], function () { 'use strict'; });