Settings.enableWebrtc

Set enableWebrtc property.

  1. bool enableWebrtc [@property getter]
  2. bool enableWebrtc [@property setter]
    class Settings
    @property
    void
    enableWebrtc
    (
    bool propval
    )

Parameters

propval bool

Enable WebRTC support for loaded pages.

Enabling this setting implies that property@Settings:enable-media-stream will be enabled as well.

See also https://www.w3.org/TR/webrtc/