Integrating opentok video conferencing into parse.com + iOS app

This question is intended not only for code, but also for my application.

I have an iphone application that requires opentok to handle video / audio sessions. I went through the basic patterns , but I'm confused, this is session management.

For example, if my iphone application wants to call a user from mapview, how can I do this if all I have is the user's location (coordinates)?

How can I guarantee that the session that I publish somehow gets to this particular user and that user subscribes to it? I currently do not have a backend in my application. All I have is the location data of N users who can talk to each other through my iphone application through an opentok session. Suppose that currently only 2 users per session is my requirement.

I also know that there is some integration between opentok and parse , but I just can't put everything together in a neat package and build it. I want to ask: what should I store in Pars? What should I expect from an automatic launch with opentok? Etc.

Any help or any sample code where someone has an opentok video integrated would be much appreciated. If someone uses parsing to handle opentok sessions, this will be what I want.

Update:

OK, I have parsing as well as data in the data tab. From now on, I wonder what I need to do to enable opentok video? The broadcast tutorial is the starting point, but does not put things in context, I still feel disconnected. Another practical example is needed.

+5
source share
2 answers

, tokbox , , . , , -cum-tutorial:

: iPhone opentok (tokbox)

+6

, Opentok, :

. , , .

- .

:

  • , , .
  • , .
  • .
  • , .
  • .
  • , , .

, .

, , . OpenTok , (3-4 6).

:

, , api.

+4

All Articles