pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 476 forks source link

Customize Unique ID #27

Open Bala206 opened 8 years ago

Bala206 commented 8 years ago

In streams list Random unique id returned.Which file contain this? Which is base for RandomId generation?

help me?

minhdl93 commented 8 years ago

I have found out that the ID were generated by socketid client unique id

erickriva commented 7 years ago

@DangLienMinh do you know a workaround for it? I'm trying to create my own ID, but it's harder than I was think.

minhdl93 commented 7 years ago

No you can't. Because when you initiate a new socket, the function will automatically return a unique id.