Skip to main content

Allow someone to preview and re-record their recorded video before processing is done?

Comments

5 comments

  • Bane

    Hi Steven,

    Yes, actually there are parameters that you can use to change the default behavior.

    The parameters that I would suggest looking into are:

    1. localplayback
    2. early-rerecord

    You would add them into your embedding like so (HTML):

    <ziggeorecorder
    ziggeo-localplayback
    ziggeo-early-rerecord>
    </ziggeorecorder>

    You could also implement your own buttons that would allow you to rerecord by calling for example embedding.rerecord() method: https://ziggeo.com/docs/sdks/javascript/browser-interaction/methods

    Please do try it out and let us know how it goes :)

    PS: After verified event fires, you no longer need to keep anyone on the same page, or have the embedding even exist at that point. You can freely remove it from the page, or do any other action that you want.

    Regards,
    Bane

    1
  • Steven Applegate

    That worked, thanks Bane!

    0
  • Bane

    Hi Steven,

    Great :)

    Thank you for letting me know :)

    Regards,
    Bane

    0
  • Mose James

    From comments:

    After verified event fires, you no longer need to keep anyone on the same page, or have the embedding even exist at that point. You can freely remove it from the page, or do any other action that you want.

     

    How do you skip the remaining steps. I do not want my guests to sit through processing and review at all. 

    0
  • Bane

    Hey James,

    How do you skip the remaining steps. I do not want my guests to sit through processing and review at all.

    This can be anything really. You could use embedding.destroy() if you wanted, or you could just refresh or move to another page, remove the HTML element where the embedding is, etc.

    This would be completely up to you. If you leave the embedding as is, then it is going to still show you the complete steps.

    If you really wanted, you could also just hide the embedding so you would still be able to listen to the events yet your guests would not really see it.

    Hope this helps,
    Bane

    0

Please sign in to leave a comment.