educast-classroom-sdk 2.3.8 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
@preserve
|
|
3
|
-
AgoraRTM Web SDK 1.5.1 - commit: v1.5.1-0-g5bbbcd72
|
|
4
|
-
Copyright (C) 2018-2022 Agora Lab.
|
|
5
|
-
This file is licensed under the AGORA, INC. SDK LICENSE AGREEMENT
|
|
6
|
-
A copy of this license may be found at https://www.agora.io/en/sdk-license-agreement/
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
object-assign
|
|
11
|
-
(c) Sindre Sorhus
|
|
12
|
-
@license MIT
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/*!
|
|
16
|
-
Copyright (c) 2018 Jed Watson.
|
|
17
|
-
Licensed under the MIT License (MIT), see
|
|
18
|
-
http://jedwatson.github.io/classnames
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/*!
|
|
22
|
-
Copyright (c) 2017 Jed Watson.
|
|
23
|
-
Licensed under the MIT License (MIT), see
|
|
24
|
-
http://jedwatson.github.io/classnames
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
/*!
|
|
28
|
-
* The buffer module from node.js, for the browser.
|
|
29
|
-
*
|
|
30
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
31
|
-
* @license MIT
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/*!
|
|
35
|
-
* UAParser.js v0.7.23
|
|
36
|
-
* Lightweight JavaScript-based User-Agent string parser
|
|
37
|
-
* https://github.com/faisalman/ua-parser-js
|
|
38
|
-
*
|
|
39
|
-
* Copyright © 2012-2019 Faisal Salman <f@faisalman.com>
|
|
40
|
-
* Licensed under MIT License
|
|
41
|
-
*/
|
|
42
|
-
|
|
43
|
-
/*!
|
|
44
|
-
* clipboard.js v2.0.11
|
|
45
|
-
* https://clipboardjs.com/
|
|
46
|
-
*
|
|
47
|
-
* Licensed MIT © Zeno Rocha
|
|
48
|
-
*/
|
|
49
|
-
|
|
50
|
-
/*! *****************************************************************************
|
|
51
|
-
Copyright (c) Microsoft Corporation.
|
|
52
|
-
|
|
53
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
54
|
-
purpose with or without fee is hereby granted.
|
|
55
|
-
|
|
56
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
57
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
58
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
59
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
60
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
61
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
62
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
63
|
-
***************************************************************************** */
|
|
64
|
-
|
|
65
|
-
/*! *****************************************************************************
|
|
66
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
67
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
68
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
69
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
70
|
-
|
|
71
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
72
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
73
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
74
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
75
|
-
|
|
76
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
77
|
-
and limitations under the License.
|
|
78
|
-
***************************************************************************** */
|
|
79
|
-
|
|
80
|
-
/*! formdata-polyfill. MIT License. Jimmy W?rting <https://jimmy.warting.se/opensource> */
|
|
81
|
-
|
|
82
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
83
|
-
|
|
84
|
-
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license */
|
|
85
|
-
|
|
86
|
-
/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. MIT license */
|
|
87
|
-
|
|
88
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
89
|
-
|
|
90
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* @license
|
|
94
|
-
* Lodash <https://lodash.com/>
|
|
95
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
96
|
-
* Released under MIT license <https://lodash.com/license>
|
|
97
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
98
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* @license React
|
|
103
|
-
* react-is.production.min.js
|
|
104
|
-
*
|
|
105
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
106
|
-
*
|
|
107
|
-
* This source code is licensed under the MIT license found in the
|
|
108
|
-
* LICENSE file in the root directory of this source tree.
|
|
109
|
-
*/
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* [js-md5]{@link https://github.com/emn178/js-md5}
|
|
113
|
-
*
|
|
114
|
-
* @namespace md5
|
|
115
|
-
* @version 0.7.3
|
|
116
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
117
|
-
* @copyright Chen, Yi-Cyuan 2014-2017
|
|
118
|
-
* @license MIT
|
|
119
|
-
*/
|
|
120
|
-
|
|
121
|
-
/** @license React v0.20.2
|
|
122
|
-
* scheduler.production.min.js
|
|
123
|
-
*
|
|
124
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
125
|
-
*
|
|
126
|
-
* This source code is licensed under the MIT license found in the
|
|
127
|
-
* LICENSE file in the root directory of this source tree.
|
|
128
|
-
*/
|
|
129
|
-
|
|
130
|
-
/** @license React v16.13.1
|
|
131
|
-
* react-is.production.min.js
|
|
132
|
-
*
|
|
133
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
134
|
-
*
|
|
135
|
-
* This source code is licensed under the MIT license found in the
|
|
136
|
-
* LICENSE file in the root directory of this source tree.
|
|
137
|
-
*/
|
|
138
|
-
|
|
139
|
-
/** @license React v17.0.0
|
|
140
|
-
* react-dom.production.min.js
|
|
141
|
-
*
|
|
142
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
143
|
-
*
|
|
144
|
-
* This source code is licensed under the MIT license found in the
|
|
145
|
-
* LICENSE file in the root directory of this source tree.
|
|
146
|
-
*/
|
|
147
|
-
|
|
148
|
-
/** @license React v17.0.0
|
|
149
|
-
* react-jsx-runtime.production.min.js
|
|
150
|
-
*
|
|
151
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
152
|
-
*
|
|
153
|
-
* This source code is licensed under the MIT license found in the
|
|
154
|
-
* LICENSE file in the root directory of this source tree.
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
/** @license React v17.0.0
|
|
158
|
-
* react.production.min.js
|
|
159
|
-
*
|
|
160
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
161
|
-
*
|
|
162
|
-
* This source code is licensed under the MIT license found in the
|
|
163
|
-
* LICENSE file in the root directory of this source tree.
|
|
164
|
-
*/
|