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:60

Properties

application

Private Readonly application: RestApplication

Defined in

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


bindings

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

Implementation of

Component.bindings

Defined in

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


controllers

Optional controllers: ControllerClass<any>[]

An array of controller classes

Implementation of

Component.controllers

Defined in

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


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:139


providers

Optional providers: ProviderMap = {}

Implementation of

Component.providers

Defined in

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


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:133


videoChatConfig

Private Optional Readonly videoChatConfig: IServiceConfig

Defined in

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

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:151