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