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#

(default: 5.18.2)