aliasName on outStreamCreated and OutStreamClosed event data
I would like to monitor the outStreams being created and have my application stores their uniqueId, but I would like to associate those streams uniqueId’s to the session of a user. Since my application creates and store the aliasName for each sesssion/user to connect to, I would like to get back that aliasName in the outStreams events.
This is for security reason, my application stores the aliasName associated with each sessions/users, but it doesn’t know what is the uniqueId of that stream until the user connects to it, so in the case that I want to call a shutdownStream on a stream uniqueId, I need to know the stream’s uniqueId being used by the user that I would like to have his access shut down, I could associate and store the uniqueId of the aliasName if aliasName was in the event’s data.
Could this be done in a future version? Thank you.