Videowise provides a helper function, available in the global window object, that allows the opening of the live stream player from any page on your website. The function can be attached to onClick events and receives a single parameter, the live stream ID, which can be copied from the Videowise application.

Launch live stream
window.videowiseLaunchLive("live-stream-id-here");