@vonage/video-express-plus-client
v1.3.1-beta.6
Published
Vonage Education Express Client SDK for Creating Breakout Rooms,Waiting Rooms and more
Downloads
45
Maintainers
Keywords
Readme
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