react-native-firework-sdk
    Preparing search index...

    Interface LiveStreamEventDetails

    interface LiveStreamEventDetails {
        feedId: string;
        id: string;
        liveStreamStatus?: LiveStreamStatus;
        video?: VideoPlaybackDetails;
        videoType?: VideoType;
    }
    Index

    Properties

    feedId: string

    The associated feed ID.

    id: string

    A unique identifier of the live stream.

    liveStreamStatus?: LiveStreamStatus

    The status of the livestream. When videoType is VideoType.Livestream, you could use this property to check the live stream status.

    The video playback details.

    videoType?: VideoType

    The type of video.