@opentok/client 2.26.4 → 2.26.5
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.
- package/README.md +1 -1
- package/dist/js/opentok.js +28474 -28467
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +9 -9
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ const OT = require('@opentok/client');
|
|
|
29
29
|
const publisher = OT.initPublisher();
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
Bundle the application with your
|
|
32
|
+
Bundle the application with your favorite bundler. For browserify just run:
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
35
|
browserify app.js > bundle.js
|