/opentok_django_example

OpenTok Django Integration Example

Primary LanguagePython

OpenTok Django

OpenTok Django is an example application to use opentok API.

How to use

  • Clone the project
  • Login into https://tokbox.com/
  • Get APIKey and Secretkey
  • Replace your API key and Secretkey in tokbox/views.py
  • Run the project by command. $ python manage.py runserver
  • check https://localhost:8000/ in browser