Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to receive the request to send an offer and return an answer. #3

Open
jdz123 opened this issue Nov 19, 2024 · 0 comments
Open

Comments

@jdz123
Copy link

jdz123 commented Nov 19, 2024

My scenario is that I say to Google Nest, "Open the front door camera."
My understanding is that Google Nest will automatically send an offer to cameraStreamSignalingUrl, which means once I process the parameters needed for onExecute:

json
{
"cameraStreamIceServers": "[{"urls": "stun:stun.l.partner.com:19302"},{"urls":"turn:192.158.29.39:3478?transport=udp","credential": "JZEOEt2V3Qb0y27GRntt2u2PAYA=","username": "28224511:1379330808"},{"urls": "turn:192.158.29.39:3478?transport=tcp","credential": "JZEOEt2V3Qb0y27GRntt2u2PAYA=","username": "28224511:1379330808"}]",
"cameraStreamSignalingUrl": "https://example.com/signaling/answer",
"cameraStreamOffer": "",
"cameraStreamProtocol": "webrtc"
}
The cameraStreamSignalingUrl is supposed to return an answer, and the Google Action will process this answer for Google Nest. However, I haven't seen any requests to cameraStreamSignalingUrl in either the logs or the cameraStreamSignalingUrl service logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant