Interface: WebRtcTemplateFlags#
Flags accepted by the web-rtc template generator.
Properties#
version?#
optionalversion:string
WebRTC streaming library version written verbatim into package.json.
When omitted, defaults to the major-build range WebRtcMajorBuild.x
(e.g. 6.x), letting the generated app’s npm install resolve the latest
matching release against its own configured registry. An explicit value
(CLI or wizard) is written as-is and takes precedence.