-
Notifications
You must be signed in to change notification settings - Fork 0
RoomCallRecordingOptions
Ajša Terko edited this page Dec 7, 2023
·
1 revision
extends
RecordingOptions
Creates a new instance of RoomCallRecordingOptions
.
-
type
:RoomCallRecordingType
- Optionalstring
type literal representing recording type preference. Default value is"UNDEFINED"
.
let roomCallRecordingOptions = new RoomCallRecordingOptions("AUDIO_AND_VIDEO");