• Creates a valid LivestreamMetadata.

    Parameters

    • input: LiveStreamOptions

      Use your IDE suggestions for an enhanced development experience

    Returns LiveStreamMetadata

    Example

    const metadata = liveStream({
    title: 'Live stream #1',
    liveUrl: 'https://example.com/live.html',
    playbackUrl: 'https://example.com/playback.html',
    startsAt: '2028-10-01T00:00:00Z',
    });