- Will live sharing apps see all updates that have been broadcast?
- No, apps are only guaranteed to receive the most recent update.
- How should I handle users fighting over the controls or trolling each other?
- There are no direct mechanisms within the API. Hopefully, social pressure will prevail.
- What happens when one user is paused due to buffering?
- The user will fall behind the others. We’ll attempt to gracefully catch them up when buffering completes. In extreme cases, you might consider issuing a pause command to all others to allow them to catch up.
- How should I handle users with different subscription levels (for example, one person sees ads and another does not)?
- Google is leaving this up to the content providers to decide.
- How should I handle content that's only available to some users but not others due to regional, subscription, or other differences?
- By calling
AddonSession.Builder.withParticipantMetadata()
, content providers can share user metadata across the live sharing experience. Using this, you can coordinate which media to surface during the live sharing session.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]