Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS ConnectCompletionCallback not triggered #225

Open
SchemeSonic opened this issue Jun 23, 2016 · 3 comments
Open

iOS ConnectCompletionCallback not triggered #225

SchemeSonic opened this issue Jun 23, 2016 · 3 comments

Comments

@SchemeSonic
Copy link

Hello everyone, currently I am trying to run below code on cordova iOS(8.2) project.
When I check the javascript console, there is no console output. However when I check xcode output it says "Session did not connect, error code=1006". Do you have any idea why the callback function is not triggered on session.connect method ??

`var session = OT.initSession(apiKey, sessionId);

session.connect(token, function (error) {
if(error){
console.log('Session connection failed');
}
else{
console.log('Connected to session');
}
});`

@sulymkaa
Copy link

sulymkaa commented Apr 3, 2018

facing the same issue. Any success fixing it?

@yydad117
Copy link

yydad117 commented Apr 6, 2018

Facing the same issue. Can anyone help?

@sulymkaa
Copy link

sulymkaa commented Apr 6, 2018

check readme file, this plugin not supported any more, here is the new one https://gitter.im/songz/cordova-plugin-opentok?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants