Add browser dock functions in the frontend api#7638
Draft
tytan652 wants to merge 1 commit intoobsproject:masterfrom
Draft
Add browser dock functions in the frontend api#7638tytan652 wants to merge 1 commit intoobsproject:masterfrom
tytan652 wants to merge 1 commit intoobsproject:masterfrom
Conversation
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: