opentok-connector
Web icon

OpenTok Connector

Deprecated
Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 15 June 2016
 by 
5.0
 (3 ratings)
opentok-connector

OpenTok Connector

Details
OpenTok Connector allows your OutSystems Applications to use OpenTok API to publish video stream by WebRTC. This module has a few REST API services and the Token Generator from OpenTok SDK DLL
Read more

OpenTok is a Video Call API platform (js) using WebRTC. 

(https://tokbox.com/)


You can try for a month for free. 

(You need to put a valid API Key and API Secret in OpenTok_SDK site properties to work)


In this module I build a few functions and REST services for:

  • Create Session (REST)
  • Generate Token (Extension)
  • Start Archive (for Manual Session's Archive Mode option) (REST)
  • Stop Archive (for Manual Session's Archive Mode option) (REST)
  • A REST service to receive as a Callback function from OpenTok, all recorded sessions info

You can build your own video call aplication with some components that it is included in an Example App:

  • PublishersContainer: All incoming video streaming inside the same container (OpenTok default; The first is your own webcam)
  • MyPublishContainer + OthersPublishContainer: Separated views for your own webcam and others
  • ArchiveRecordController: Manual start and stop record sessions
  • Chat: A simple realtime chat using Signaling from OpenTok.js library


More info about SDK and REST: https://tokbox.com/developer/

Release notes (1.0.1)
Removed Embed API Key and Secret from REST API Tests
Reviews (0)
Team
Other assets in this category