rossettistone / opentok-classroom

Online classrooms w/ video chat and collaborative documents
opentok-classroom.meteor.com
7 stars 4 forks source link

Allow unique OpenTok sessions for each classroom #2

Open rossettistone opened 11 years ago

rossettistone commented 11 years ago

Use the OpenTok server-side library to contact the OpenTok API for new sessionIds and tokens as necessary when additional classrooms are created.

At present, this will likely involve some shaky workarounds, as the OpenTok library is a node module (unsupported as of Meteor 0.5.4)