Answered
Managing client's streams
I have found that I should be able to create a folder for a
client on connect. then, I'll save audio recordings to that folder
during a session and delete the folder on disconnect.
I need to create a unique folder name for each user. I thought of using their login email address, but that isn't an ideal format for a folder name! Alternatively, I thought of using the user's first and second name, but there's a risk that the name won't be unique.
I see that the FMS2 creates a unique client ID on connect but I can't see any way of using that in actionscript. I don't see anything in the Client class to provide me with the client ID. Can anyone tell me if I can use this Client ID in my actionscript so I can use it to create a folder?
Thanks in advance.
I need to create a unique folder name for each user. I thought of using their login email address, but that isn't an ideal format for a folder name! Alternatively, I thought of using the user's first and second name, but there's a risk that the name won't be unique.
I see that the FMS2 creates a unique client ID on connect but I can't see any way of using that in actionscript. I don't see anything in the Client class to provide me with the client ID. Can anyone tell me if I can use this Client ID in my actionscript so I can use it to create a folder?
Thanks in advance.
