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