JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q79312F

Package Exports

  • @netless/app-talkative
  • @netless/app-talkative/dist/main.cjs.js
  • @netless/app-talkative/dist/main.es.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@netless/app-talkative) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@netless/app-talkative

Netless App for playing and syncing Talk Cloud compatible HTML5 courseware.

Install

npm add @netless/app-talkative

Usage

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