Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History

OpenTok

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

OpenTok

This binds the version 2.1.6 of the OpenTok.Framework

All you need to do is run make and the OpenTok.dll will be inside the binding folder.

Once you have your resulting dll library, you can add that to a project.

As of version 2.1.6 You have to set 2 things in your project so OpenTok works.

  1. Set Deployment Target to version 6.1 see OpenTok Readme you may have linking errors when you compile if you do not set this. Deployment
  2. Use the Static Registrar make sure you set the Additional mtouch arguments for every Device configuration you use (Debug, Release AppStore, etc.) Static Resgistrar

Authors

  • Miguel de Icaza
  • Alex Soto
  • Oren Novotny (Contributed Sample)