Index: remoting/host/linux/linux_me2me_host.py |
diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py |
index 9c80e789fea03b45f8023609b0e08d11677e9f38..e9dd7677d386965b6f2f4c52020652cd7b71464d 100755 |
--- a/remoting/host/linux/linux_me2me_host.py |
+++ b/remoting/host/linux/linux_me2me_host.py |
@@ -516,6 +516,7 @@ class Desktop: |
signal.signal(signal.SIGUSR1, sigusr1_handler) |
args.append("--signal-parent") |
+ args.append("--enable-webrtc") |
Sergey Ulanov
2016/04/12 18:57:31
Don't need this
Irfan
2016/04/12 21:13:11
Done.
|
self.host_proc = subprocess.Popen(args, env=self.child_env, |
stdin=subprocess.PIPE) |