This is a sample web service for use with OpenTok. See the OpenTok learning-opentok-node repo on GitHub.

Resources are defined at the following endpoints:

GET /sessionReturn an OpenTok API key, session ID, and token.
GET /room/:name Return an OpenTok API key, session ID, and token associated with a room name.
POST /archive/startStart an archive for the specified OpenTok session.
POST /archive/:archiveId/stopStop the specified archive.
GET /archive/:archiveId/viewView the specified archive.
GET /archive/:archiveIdReturn metadata for the specified archive.
GET /archiveReturn a list of archives. More InformationPagination is enabled by applying either count or offset parameteres.