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

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