Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Perkins authored Jul 27, 2016
1 parent e7a4371 commit f686348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ this.session.create(this.getSessionID()).then((result) => {
console.log('Error connecting');
});
}, (err) => {});
this._session.instance().sessionEvents.on('sessionDidConnect', (eventData) => {
console.log('sessionDidConnect', eventData);
});
private getSessionID() {
return '';// session id string
Expand Down

0 comments on commit f686348

Please sign in to comment.