Hi
I am making an app (using Objective-C) which allows two people to have face to face conversations using the tokbox api. The architecture of the app is simple -
1. I generate a session id using the info provided by the user who creates a session. This is stored then stored in a database.
2. Another user can then subscribe to this stream (once they access the session id).
Do you think this will work or is there a better way of doing it ?
Thanks