Skip to content

@sourceloop/video-conferencing-service / Exports / SessionAttendees

Class: SessionAttendees

Hierarchy

Implements

  • ExternalIdentifierEnabledEntity

Table of contents

Constructors

Properties

Constructors

constructor

new SessionAttendees(data?)

Parameters

Name Type
data? Partial<SessionAttendees>

Inherited from

CoreEntity<SessionAttendees>.constructor

Defined in

packages/core/dist/models/core-entity.d.ts:3

Properties

attendee

attendee: string

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:31


createdOn

createdOn: Date

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:37


extId

Optional extId: string

Implementation of

ExternalIdentifierEnabledEntity.extId

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:53


extMetadata

Optional extMetadata: object

Implementation of

ExternalIdentifierEnabledEntity.extMetadata

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:58


id

Optional id: number

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:19


isDeleted

isDeleted: boolean

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:48


modifiedOn

Optional modifiedOn: Date

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:42


sessionId

sessionId: string

Defined in

services/video-conferencing-service/src/models/session-attendees.model.ts:25