Hi,
I'm using the scripting in C3 by adding the js file to the files folder and loading it at the start of runtime.
I'm trying to get an id from the peerjs but I'm getting JSON object. Could you please help me with getting ID from the JSON object?
I've tried console.log(peerid.id) and peerid = new Peer().id but both returns null.
Please help.