I've been using OpenTok (http://www.tokbox.com/opentok/api) to record web chats and save them on OpenTok servers everything works fine but now I want to save additional metadata (username, firstname lastname etc.) for each stream when recording starts.
Tried to use stream.name
and stream.data
properties of OpenTok Stream object but nothing seem to work and assigned values are not saved with recorded stream.
May be I use something in a wrong way.
How to save/assign additional data to OpenTok stream when its created?
Thanks,
Sultan