-
Hello! Is it possible to change a source URL? Thank you in advice. |
Beta Was this translation helpful? Give feedback.
Answered by
Stananas
Aug 7, 2023
Replies: 1 comment
-
Hello! After a few search, you can change it with: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cortosi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! After a few search, you can change it with:
await obs.callBatch([
{
requestType: "SetInputSettings",
requestData: {
inputName: "itemname",
overlay: true,
inputSettings: {
url: "your url"
}
}
}
])