Determines if the recording modal is visible.
Callback function to close the modal.
Background color of the modal.
Position of the modal on the screen.
Callback function to confirm recording.
Callback function to start recording.
Parameters for the recording modal.
FontAwesome icon for times (close).
FontAwesome icon for check (confirm).
FontAwesome icon for play (start).
Component representing a recording modal.
Selector
app-recording-modal
Standalone
true
Imports
CommonModule, FontAwesomeModule, StandardPanelComponent, AdvancedPanelComponent
Template Url
./recording-modal.component.html
Style Urls
./recording-modal.component.css
RecordingModal
Implements
OnChanges
Method
modalContainerStyle - Returns the style object for the modal container.
Method
modalContentStyle - Returns the style object for the modal content.
Method
ngOnChanges - Lifecycle hook that is called when any data-bound property of a directive changes.
Method
confirm - Calls the confirmRecording callback with the current parameters.
Method
start - Calls the startRecording callback with the current parameters.
Example