Create event capture new user

I want to capture the event when a user connects to the room and not share
camera.

i want create the event or i want know if exists

thanks.

Typically, that’s the erizoControllers socket.on(‘token’) event.

The special case is that publishers will later send ‘publish’ on the socket
connection. Users that don’t share their camera will never send the publish
event.