 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?
|