1.3.1-beta.6 • Published 2 years ago

@vonage/video-express-plus-client v1.3.1-beta.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Installation

yarn add @vonage/video-express @vonage/edu-express-client
npm install  --save @vonage/video-express @vonage/edu-express-client

Usage

Prior knowledge of Video Express is recommended.

const breakOutRoom = new RoomManager.CreateRoom({
  applicationId: '44444444',
  sessionId: '1_this1is2my3new4session5id6',
  token: 'T1==this1is2a3token5nekot6a7si8siht9',
  roomContainer: 'roomcontainer',
  type: 'breakout',
});

Join a BreakOut Room

const breakOutRoom = new RoomManager.JoinRoom({
  applicationId: '44444444',
  sessionId: '1_this1is2my3new4session5id6',
  token: 'T1==this1is2a3token5nekot6a7si8siht9',
  roomContainer: 'roomcontainer',
  type: 'breakout',
});
const waitingRoom = new RoomManager.JoinRoom({
  applicationId: '44444444',
  sessionId: '1_this1is2my3new4session5id6',
  token: 'T1==this1is2a3token5nekot6a7si8siht9',
  roomContainer: 'roomcontainer',
  type: 'waiting',
  publisherOptions: {
    banner: "When the meeting starts, we'll let people know you're waiting.",
    subscript:
      "If you're the organizer or the invite came from your work or school, please log in",
    loginPageUrl: 'https://www.classroom.com/login',
  },
});

Documentation

The documentation and API reference can be found at https://tokbox.com/developer/edu-express/client

1.3.1-beta.6

2 years ago

1.3.1-beta.5

2 years ago

1.3.1-beta.4

2 years ago

1.3.1-beta.3

2 years ago

1.3.1-beta.2

2 years ago

1.3.1-beta.1

2 years ago

1.3.1-beta.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago