mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
SendStreamCaption requires payload "captionText"
This commit is contained in:
@@ -1729,7 +1729,10 @@ class ReqClient:
|
|||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.send("SendStreamCaption")
|
payload = {
|
||||||
|
"captionText": caption,
|
||||||
|
}
|
||||||
|
self.send("SendStreamCaption", payload)
|
||||||
|
|
||||||
def get_record_status(self):
|
def get_record_status(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user