songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

streamCreated event is not being called in phonegap iOS #214

Open pooja-panwar opened 8 years ago

pooja-panwar commented 8 years ago

I am generating session id using API https://api.opentok.com/session/create and generating token using the instruction given in link: http://www.tokbox.com/blog/generating-tokens-without-server-side-sdk/ And I am using these values for initSession, but my streamCreated function is not calling.

I am confused that if I am using same role="publisher" for all device is correct or not.. Please suggest me where I am wrong.