-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Add browser dock functions in the frontend api #7638
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
Draft
tytan652
wants to merge
1
commit into
obsproject:master
Choose a base branch
from
tytan652:browser_dock_frontend_api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
91a2b8d to
24b11a0
Compare
6 tasks
24b11a0 to
7b8bde6
Compare
7b8bde6 to
64c7503
Compare
8308cd3 to
9817cb8
Compare
d76d44f to
1c06c07
Compare
1c06c07 to
6e8200f
Compare
d9aa6b1 to
7c77658
Compare
0264422 to
2ffe1b6
Compare
ab0facc to
4c06f3f
Compare
6 tasks
8ebc9b4 to
31eedc7
Compare
5abe9c6 to
7ce8b6e
Compare
7ce8b6e to
d18e3f7
Compare
f86930a to
30897f5
Compare
30897f5 to
927dc2e
Compare
Collaborator
Author
|
Might be superseded by #9220 browser related API for service integrations plugins |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Depends on:
Add function to the frontend API:
obs_frontend_is_browser_available()to check if OBS Studio have the browser feature (built with obs-browser, not running under Wayland).obs_frontend_add_browser_dock()to add browser docks through the frontend API.obs_frontend_change_browser_dock_url()that allows to change the URL of an already existing browser dock (not a custom browser dock from the UI).Motivation and Context
Finally land this feature.
Being able to use the browser from the frontend API is also a requirement of obsproject/rfcs#39.
How Has This Been Tested?
Added a browser dock through the API.
Types of changes
Checklist: