Removed webrtcippolicy attribute from webview

This commit is contained in:
John Kleinschmidt
2017-03-08 13:52:04 -05:00
parent 1c2a78a896
commit 950e3436c2
4 changed files with 1 additions and 20 deletions

View File

@@ -103,9 +103,6 @@ const createGuest = function (embedder, params) {
height: params.maxheight
}
})
if (params.webrtcippolicy) {
guest.setWebRTCIPHandlingPolicy(params.webrtcippolicy)
}
if (params.src) {
const opts = {}
if (params.httpreferrer) {