Closed cs-NET closed 1 year ago
I debugged via the HelloWorld test app and it appears the following is being sent:
location=&p2p.preference=disabled&archiveMode=manual&e2ee=False&archiveName=&archiveResolution=640x480
If you remove &archiveName=&archiveResolution=640x480 the call succeeds, I am guessing these parameters cannot be sent if archiveMode=manual?
&archiveName=&archiveResolution=640x480
archiveMode=manual
Hi @cs-NET,
Sorry for the long delay, this issue wasn't on my radar. Indeed, you're right. I intend to release a new version with the fix in the following days
A fix has been deployed with version 3.11.2.
I debugged via the HelloWorld test app and it appears the following is being sent:
If you remove
&archiveName=&archiveResolution=640x480
the call succeeds, I am guessing these parameters cannot be sent ifarchiveMode=manual
?