Interface: WebRtcTemplateFlags#

Flags accepted by the web-rtc template generator.

Interface Definition#

interface WebRtcTemplateFlags {
    version?: string;
}

Properties#

version#

optional version: string

WebRTC streaming library version copied into package.json.

Default Value: 5.17.0