Type Alias NEMeetingItemLive

NEMeetingItemLive: {
    chatRoomId: string;
    enable: boolean;
    enableThirdParties?: boolean;
    hlsPullUrl: string;
    httpPullUrl: string;
    liveAVRoomUids: string[];
    liveBackground?: NEMeetingItemLiveBackground;
    liveChatRoomEnable: boolean;
    liveChatRoomIndependent: boolean;
    livePassword?: string;
    livePushThirdParties?: NEmeetingItemLivePushThirdPart[];
    liveUrl: string;
    liveWebAccessControlLevel: NEMeetingLiveAuthLevel;
    meetingNum: string;
    pushUrl: string;
    rtmpPullUrl: string;
    state: NEMeetingItemLiveStatus;
    taskId: string;
    title: string;
}

Type declaration