Data for a new SharePlay group session event.

interface RNNewSessionData {
    groupSessionStreamId: string;
    isLive: boolean;
}

Properties

groupSessionStreamId: string

The stream ID of the group session.

isLive: boolean

The live status of the group session.