Discussions
Issue with url and access_token with New session API
3 months ago by Massimiliano Scarpetta
Hi all,
'm a Unity developer and I'm trying to test your service to see if it matches my expectations.
I'm encountering an issue while using this API: https://api.heygen.com/v1/streaming.new.
It seems that the url and access_token field are null into the response body.
This guide: https://docs.heygen.com/docs/streaming-api-integration-with-livekit-v2 says that the API should give me some value into these two fields so that I can use them inside LiveKit SDK for Unity.
I also tried to generate a session token first using this : https://api.heygen.com/v1/streaming.create_token and then call the new session API but nothing changes.
Could you please tell me if there is an error or if I'm missing something?