-
Notifications
You must be signed in to change notification settings - Fork 0
PhoneCallRecordingOptions
Lejla Solak edited this page Sep 11, 2023
·
2 revisions
extends
RecordingOptions
Creates a new instance of PhoneCallRecordingOptions
.
-
type
:PhoneCallRecordingType
- Optionalstring
type literal representing recording type preference. Default value is"UNDEFINED"
.
let phoneCallRecordingOptions = new PhoneCallRecordingOptions("AUDIO");