let sharebtnClickHandler = function()

in web-ui/clip.js [212:218]


    let sharebtnClickHandler = function(src) {
      navigator.share({
        title: 'Amazon IVS Clip',
        text: 'Check out the clip I made!',
        url: src,
      });
    };