v5.0.0-alpha.0 #272
t2t2
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first alpha version compatible with 5.x versions of obs-websocket. Unless you're already building for the next version of obs-websocket, skip this and seek v4
Breaking changes
async connect(args = {})
has been changed toasync connect(address = 'ws://localhost:4444', password?: string, options?: IdentifyMessageFields)
send(type, data)
has been replaced withcall(type, data)
, aligning with simpleobswssend
calls anyway to match the new requests listsendCallback
has been removed, use promise chain if you want to keep callback syntax (.send(...).then((res) => { ... }, (error) => { ... })
)Internal changes:
This discussion was created from the release v5.0.0-alpha.0.
Beta Was this translation helpful? Give feedback.
All reactions