UNPKG

kaltura-node-typescript-client

Version:
12 lines (11 loc) 624 B
import { KalturaObjectMetadata } from '../kaltura-object-base'; import { KalturaConferenceRoomStatus } from './KalturaConferenceRoomStatus'; import { KalturaEntryServerNode, KalturaEntryServerNodeArgs } from './KalturaEntryServerNode'; export interface KalturaConferenceEntryServerNodeArgs extends KalturaEntryServerNodeArgs { } export declare class KalturaConferenceEntryServerNode extends KalturaEntryServerNode { readonly confRoomStatus: KalturaConferenceRoomStatus; readonly registered: number; constructor(data?: KalturaConferenceEntryServerNodeArgs); protected _getMetadata(): KalturaObjectMetadata; }