View Single Post
  #1119  
Old 07-20-2017, 09:56 AM
H1T0PR H1T0PR is offline
Junior Member
 
Join Date: Jul 2017
Posts: 3
H1T0PR is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


I'm using the node and testing some things with the code in main.js (horacio's version). I would like to know how to get city, country, age and occupation data too. I tried something straight like simply adding the lines:

city: m.bestSession.city,
country: m.bestSession.country,
age: m.bestSession.age,
occupation: m.bestSession.occupation,

In models.push and the same thing in capturingModels.push, like:

city: myModel.city,
country: myModel.country,
...etc

But the data appears as "undefined". So how do I get these data correctly?
Reply With Quote