Python 3 signature sample code doesn't work

Description
See https://marketplace.zoom.us/docs/sdk/native-sdks/web/essential/signature
python 3 tab uses
datetime.datetime.utcnow().timestamp()

which doesn’t give you seconds since epoch

python 2 sample code uses
time.time()

and works and we are using that with our py3 code.

Error
ZoomMtg.join fails due to signature with bad timestamp

1 Like

Hey @frank.becker, thanks for posting and using Zoom!

I have just updated the datetime.datetime.utcnow().timestamp() to time.time() for the python 3 example.

Thanks for letting us know! :slight_smile:
-Tommy