Hi Ankur,
I am using the non-webrtc version in both clients in fact the ios version is seeing the web version perfectly. The issue is the other way around the video published from iOS is not seen by the web version.
I just re-downloaded the helloworld app for ios and generated a token. It works as you said just fine with my web version.
The first thing I am noticing is that the version in my app is newer that the one in the hello world application:
In my app...
- Code: Select all
2012-11-25 12:12:05.104 MashMeTV_Mob[28283:907] ------------------------------------------------
2012-11-25 12:12:05.105 MashMeTV_Mob[28283:907] OpenTok iOS Library
2012-11-25 12:12:05.106 MashMeTV_Mob[28283:907] Release version built on Nov 8 2012 at 17:40:53
2012-11-25 12:12:05.106 MashMeTV_Mob[28283:907] Copyright 2012 Tokbox, Inc.
2012-11-25 12:12:05.107 MashMeTV_Mob[28283:907] Licensed under the Apache License, Version 2.0
2012-11-25 12:12:05.107 MashMeTV_Mob[28283:907] ------------------------------------------------
In the hello world app:
- Code: Select all
2012-11-25 12:06:51.925 OpenTokHello[28246:907] ------------------------------------------------
2012-11-25 12:06:51.926 OpenTokHello[28246:907] OpenTok iOS Library
2012-11-25 12:06:51.927 OpenTokHello[28246:907] Release version built on Sep 14 2012 at 13:50:47
2012-11-25 12:06:51.928 OpenTokHello[28246:907] Copyright 2012 Tokbox, Inc.
2012-11-25 12:06:51.929 OpenTokHello[28246:907] Licensed under the Apache License, Version 2.0
2012-11-25 12:06:51.930 OpenTokHello[28246:907] ------------------------------------------------
Does this sound as something that can become in the issue I am describing?
Regards