I am trying to create a video session between two iOS devices(both iOS version 7.0.4) using the opentok webrtc. Both the devices share the same api key and session id and different tokens as publishers. I am able to establish a session successfully as I can see the subscriber video as well as the publisher video on one device; but I am unable to see the video from other device and gets an error as "Error Domain=OTSubscriberErrorDomain Code=1542 "Timed out while attempting to subscribe to the stream." UserInfo=0x15984e40 {NSLocalizedDescription=Timed out while attempting to subscribe to the stream.}"
In short, I want to create a video session where both devices are able too see each others video stream, which is not happening in this case because of this error.
The point to be noted here is, the same code was working fine previously but not now(there isn't any code change).
Can anyone help??