I need a solution
Is there a way to get a ghostcast session's progress % (other than from ngserver.log) programmatically?
I'm not a COM expert, but i've figured out few COM things by trail and error (like getting is a machine is connected\disconnected , starting tasks, etc...).
I was browsing the com object and saw IMulticastServerNotify has a SessionProgress(Integer,Integer) method.
Is there a way i can call this to get the progress %? (Or is this used to set the % in the ghostcast UI).