Coming back to question 4: Since the liveId and the videoID are different, would be great if the web

Coming back to question 4: Since the liveId and the videoID are different, would be great if the webhook event for a ready video would contain a liveInputId field (null if not a livestream). This way we wouldn't have to schedule a GET request to /live_inputs/<UID>/videos once the livestream has ended to get the videoId and its state (we're using our own player). Or even with the livestream_connected webhook event, would be great to have the videoId there (since it's actively recorded). Actually maybe this is already implemented, does the webhook event already include live_input?
Was this page helpful?