File

projects/openvidu-angular/src/lib/directives/api/recording-activity.directive.ts

Description

The recordingError directive allows to show any possible error with the recording in the RecordingActivityComponent.

Default: []

It can be used in the parent element VideoconferenceComponent specifying the name of the recordingActivity component:

<ov-videoconference [recordingActivityRecordingError]="error"></ov-videoconference>


And it also can be used in the RecordingActivityComponent.

<ov-recording-activity [recordingError]="error"></ov-recording-activity>

Implements

AfterViewInit OnDestroy

Metadata

Index

Properties
Methods
Inputs
Accessors

Constructor

constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService)
Parameters :
Name Type Optional
elementRef ElementRef No
libService OpenViduAngularConfigService No

Inputs

recordingActivityRecordingError
Type : any
recordingError
Type : any

Methods

clear
clear()
Returns : void
update
update(value: any)
Parameters :
Name Type Optional
value any No
Returns : void

Properties

Public elementRef
Type : ElementRef
recordingErrorValue
Type : any
Default value : null

Accessors

recordingActivityRecordingError
setrecordingActivityRecordingError(value: any)
Parameters :
Name Type Optional
value any No
Returns : void
recordingError
setrecordingError(value: any)
Parameters :
Name Type Optional
value any No
Returns : void

results matching ""

    No results matching ""