Sessions should be able to have a group. This group will be keyed to the browser or the PWA/Chrome app.
Sessions should be able to have a group. This group will be keyed to the browser or the PWA/Chrome app.
For reference group ids will be allocated as follows:
- MediaSessionImpl (sessions associated with a WebContents) will have a static const group_id which
means they will all share the same group id.
- We will add something to //extensions so that each extension will override the group id of the
media session. This means that Chrome apps and PWAs will be in different group ids.
All other sessions will have a randomly generated group id.
Sessions should be able to have a group. This group will be keyed to the browser or the PWA/Chrome app.
For reference group ids will be allocated as follows:
- MediaSessionImpl (sessions associated with a WebContents) will have a static const group_id which
means they will all share the same group id.
- We will add something to //extensions so that each extension will override the group id of the
media session. This means that Chrome apps and PWAs will be in different group ids.
All other sessions will have a randomly generated group id.
Rationale doc: https://docs.google.com/document/d/1-n-hiCy35-Czogzn_ItKtRqxJYooWU3Dnwr_m11Ndvo/edit#heading=h.9yjkamdx2qgq
Comment 1 by beccahughes@chromium.org
, Nov 17