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