0.1.2-test.1 • Published 1 year ago
@netless/app-talkative v0.1.2-test.1
@netless/app-talkative
Netless App for playing and syncing Talk Cloud compatible HTML5 courseware.
Install
npm add @netless/app-talkativeUsage
Register this app to WindowManager before use:
import Talkative from "@netless/app-talkative";
WindowManager.register({
kind: "Talkative",
src: Talkative,
});Insert HTML5 courseware into the room:
manager.addApp({
kind: "Talkative",
options: {
title: "Custom Title",
},
attributes: {
src: "https://url/to/talkative/app",
uid: "operator's uid", // optional
},
});Notes
Only one user could control the app (navigate pages, click stuff in it).
If uid is not provided, this app will automatically make the one who
called the addApp() as operator.
License
MIT @ netless
0.1.2-test.7
1 year ago
0.1.2-test.6
1 year ago
0.2.0-test.0
1 year ago
0.1.2-test.1
1 year ago
0.1.2-test.0
1 year ago
0.1.2-test.5
1 year ago
0.1.2-test.4
1 year ago
0.1.2-test.3
1 year ago
0.1.2-test.2
1 year ago
0.1.1
3 years ago
0.1.0
4 years ago