Question
Linux SDK: authentication times out
I was happy to see that the Linux Meeting SDK was released on 1/8! I tried to write some basic code to use it which unfortunately hasn't been able to authenticate:
The code looks like: https://gist.github.com/wuurrd/346b8888a993d58c0bacdeaf8da654f1
When I run the code:
$ ./zoomsdk
Using token: ...
Authentication result: 8
Something else went wrong: 8
-----------
8 is timeout. Local wireshark is showing that the zoom backend servers are returning Bad Request for one of the TLS connections that is being made.
Has anyone been able to make this work? Or is this a general issue with the SDK?
