Add handling of user media requests
This commit is contained in:
parent
469f55ef5a
commit
ea28f518d3
2 changed files with 52 additions and 0 deletions
|
@ -26,6 +26,9 @@ class MediaStreamDevicesController {
|
|||
void Deny();
|
||||
|
||||
private:
|
||||
// Handle the request of desktop or tab screen cast.
|
||||
void HandleUserMediaRequest();
|
||||
|
||||
// The original request for access to devices.
|
||||
const content::MediaStreamRequest request_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue