Skip to main content
August 11, 2010
Answered

Will server side record be duplicate or cause error if client side is already instructing?

  • August 11, 2010
  • 1 reply
  • 367 views
application.onPublish = function (p_c, p_stream)
{
     trace("onPublish stream: "+p_stream.name);
     p_stream.record();
};

Is the above script safe ?

    This topic has been closed for replies.
    Correct answer SE_0208

    If client is just publishing in live mode, the script is safe.

    1 reply

    SE_0208Correct answer
    Participating Frequently
    August 11, 2010

    If client is just publishing in live mode, the script is safe.