diff --git a/src/samples/conference/public/scripts/rest-sample.js b/src/samples/conference/public/scripts/rest-sample.js index 5b6f05d7..03dbfe54 100644 --- a/src/samples/conference/public/scripts/rest-sample.js +++ b/src/samples/conference/public/scripts/rest-sample.js @@ -4,6 +4,7 @@ // REST samples. It sends HTTP requests to sample server, and sample server sends requests to conference server. // Both this file and sample server are samples. +'use strict'; var send = function (method, path, body, onRes, host) { var req = new XMLHttpRequest() req.onreadystatechange = function () { diff --git a/src/samples/p2p/js/sc.websocket.js b/src/samples/p2p/js/sc.websocket.js index 40607ab2..1fc725da 100644 --- a/src/samples/p2p/js/sc.websocket.js +++ b/src/samples/p2p/js/sc.websocket.js @@ -2,6 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 +'use strict'; /** * @class SignalingChannel * @classDesc Signaling module for Open WebRTC Toolkit P2P chat diff --git a/src/samples/p2p/peercall.html b/src/samples/p2p/peercall.html index fac977d5..be5176c8 100644 --- a/src/samples/p2p/peercall.html +++ b/src/samples/p2p/peercall.html @@ -105,6 +105,7 @@

ScreenView