Why server side shared object doesn't work for me ?
application.onPublish = function (client, p_stream)
{
var myInfo = SharedObject.get(p_stream.name);
myInfo.setProperty("live", true);
}
I set the sharedobject using code above,now I can publish video,but so is not set(from admin console, "shared object" tab).
What can be possible reason for this?
