mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
SendStreamCaption requires payload "captionText"
This commit is contained in:
parent
ce6873f57a
commit
13ef8108df
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user