Does anyone know how to generate a valid "OfferSdp"?
It is not in the documentation below:
The only sample code response I saw was here but this is rly not straightforward and I was hoping for a simple CURL command, like all the other nest requests.
"OfferSDP" is a long string variable that NEST needs to intake to get an "AnswerSDP".
Ideally curl command wrapped into small python script.
A valid offer is at the link you specified. If you read down further it's in a n expandable toggle:
https://developers.google.com/nest/device-access/traits/device/camera-live-stream#expandable-1
The string is very long which is why it's not in the example itself.