Castanets icon indicating copy to clipboard operation
Castanets copied to clipboard

[Service Offloading] Allow getDisplayMedia in non-secure context.

Open Sunwoo-Nam opened this issue 3 years ago • 1 comments

In Service offloading, the android device gets contents for the webrtc server from the client device. The android device needs to use http protocol to access the client device, but getDisplayMedia does not work with http content. So, this patch allows that getDisplayMedia works on the http content by setting the document state to 'Secure'.

Sunwoo-Nam avatar Dec 15 '20 08:12 Sunwoo-Nam