commit | a7a5c88a9006d6b337fc4cb202c85dd5094ee7c1 | [log] [tgz] |
---|---|---|
author | Tommy Steimel <steimel@chromium.org> | Tue Mar 16 18:59:07 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 16 18:59:07 2021 |
tree | 130fd126de61df09b54ecdcf95fa7976c6554ee2 | |
parent | 602e9854cd63606968ebe02df9a79e339b34fe38 [diff] |
PiP 1.5: Expose video conferencing actions and state setters in Blink This CL adds to the Media Session Blink API to expose the new video conferencing MediaSessionActions (e.g. mutemicrophone) as well as methods to set the current microphone and camera states. Design doc: https://docs.google.com/document/d/1KDpWqg9LcnuQ5TQDBK45BrbkyfuziolZ0m7Wmt6xPnU/edit?usp=sharing&resourcekey=0-I0o3GayIn9Q-2LN7EB1l8w Bug: 1178939 Change-Id: Icdea3602bbea2809b9622132664beb80e52b5ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2698773 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#863385}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.