Skip to content

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

Class: VideoConfServiceComponent

Implements

  • Component

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new VideoConfServiceComponent(application, videoChatConfig?)

Parameters

Name Type
application RestApplication
videoChatConfig? IServiceConfig

Defined in

services/video-conferencing-service/src/component.ts:62

Properties

application

Private Readonly application: RestApplication

Defined in

services/video-conferencing-service/src/component.ts:64


bindings

Optional bindings: Binding<any>[] = []

Implementation of

Component.bindings

Defined in

services/video-conferencing-service/src/component.ts:131


controllers

Optional controllers: ControllerClass<any>[]

An array of controller classes

Implementation of

Component.controllers

Defined in

services/video-conferencing-service/src/component.ts:148


models

Optional models: Class<Model>[]

An optional list of Model classes to bind for dependency injection via app.model() API.

Defined in

services/video-conferencing-service/src/component.ts:143


providers

Optional providers: ProviderMap = {}

Implementation of

Component.providers

Defined in

services/video-conferencing-service/src/component.ts:129


repositories

Optional repositories: Class<Repository<Model>>[]

An optional list of Repository classes to bind for dependency injection via app.repository() API.

Defined in

services/video-conferencing-service/src/component.ts:137


videoChatConfig

Private Optional Readonly videoChatConfig: IServiceConfig

Defined in

services/video-conferencing-service/src/component.ts:66

Methods

setupSequence

setupSequence(bindings): void

Setup ServiceSequence by default if no other sequnce provided

Parameters

Name Type Description
bindings Binding<any>[] Binding array

Returns

void

Defined in

services/video-conferencing-service/src/component.ts:155