WebrtcCallRecordingOptions - infobip/infobip-rtc-js GitHub Wiki
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");