Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Enable first-party YouTube Chat features in OBS #10770

Merged
merged 2 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. UI: Use shared cookie manager for YT Control Panel

    Use the cookie manager shared by service integration browser docks for
    YouTube Control Panel.
    
    This will enable users of the YouTube Chat panel have a better (creator
    facing) experience for observed chat message latency, for those users
    who sign-in to the YouTube Control Panel or YouTube Live Chat.
    
    NOTE: This commit does not have any migration logic for existing
    logged-in users of YTCP, they will need to sign-in again. Based on usage
    stats, this is not going to affect a large fraction of OBS users.
    msuman-google committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    88435a1 View commit details
    Browse the repository at this point in the history
  2. UI: Enable first-party YouTube Chat features in OBS

    Unlock the full feature set of the YouTube Chat dock in OBS by removing
    custom scripting/CSS logic. Enable the signed-in experience for live
    streaming content creators while also sharing login credentials with the
    YouTube Control panel dock.
    
    This will allow OBS users to utilize features _already_ supported in the
    YouTube Chat plugin, such as
    
    * creating polls
    * managing Q&A sessions
    * a rich emoji set in the input panel
    * emoji fountains
    * moderation tools
    
    and many more. These features are available to users who are logged-in
    to YouTube Chat and/or the YouTube Control panel.
    msuman-google committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6e103f5 View commit details
    Browse the repository at this point in the history