Including InitiateRecording in Sequence

PennController for IBEX Forums Support Including InitiateRecording in Sequence

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5739
    fee
    Participant

    Hi!

    I inserted breaks using the sepWithN function and it is working. However, I’m using the media recorder and the PHP file is not executed but it is working if I don’t include breaks. I guess the problem is that I don’t know how to include the InitiateRecorder in Sequence.

    Thanks!

    #5740
    Jeremy
    Keymaster

    Hi,

    You can use label, like this:

    Sequence( "intro" , "init" , sepWith("sep", randomize("test")) )
    
    InitiateRecorder("https://url.to/file.php/")
      .label( "init" )

    Jeremy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.