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.
- Set Deployment Target to version
6.1
see OpenTok Readme you may have linking errors when you compile if you do not set this. - Use the Static Registrar make sure you set the Additional mtouch arguments for every Device configuration you use (Debug, Release AppStore, etc.)
- Miguel de Icaza
- Alex Soto
- Oren Novotny (Contributed Sample)