mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
Merge pull request #19 from kamalmostafa/fix-SendStreamCaption
SendStreamCaption requires payload "captionText"
This commit is contained in:
commit
c6cbe1c894
@ -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