You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to figure out what the best way it is to support integration with OBS. My initial investigations in using the frontend API failed (the API hooks to the window, and it manages all processing within the UI - see feature request), so I need to look for alternatives. Currently that is:
Implementing a custom plugin with a communication protocol.
I am leaning towards the latter, since it does the bulk of the important management tasks without having to re-invent the wheel and add another dependency.
The text was updated successfully, but these errors were encountered:
Need to figure out what the best way it is to support integration with OBS. My initial investigations in using the frontend API failed (the API hooks to the window, and it manages all processing within the UI - see feature request), so I need to look for alternatives. Currently that is:
I am leaning towards the latter, since it does the bulk of the important management tasks without having to re-invent the wheel and add another dependency.
The text was updated successfully, but these errors were encountered: