Discussions

Ask a Question
Back to All

The session id I get from Create Stream response seems not right

When I sent the create stream using the API playground, it respond with a json object where session id is as following:
"AWSALB=78eKV3PB7VKtGH0UjyUm2+9qsAZwwwiU7jVHvZLd1EY957P+IKnDFpVAK/lXof5kawMpDcTVgK6ppJMVtiJkxvxWYsNGyYXLhwJxlOs4RZqa2V/eh9H2D9ezGh+O; Expires=Fri, 19 Jul 2024 11:56:43 GMT; Path=/; AWSALBCORS=78eKV3PB7VKtGH0UjyUm2+9qsAZwwwiU7jVHvZLd1EY957P+IKnDFpVAK/lXof5kawMpDcTVgK6ppJMVtiJkxvxWYsNGyYXLhwJxlOs4RZqa2V/eh9H2D9ezGh+O; Expires=Fri, 19 Jul 2024 11:56:43 GMT; Path=/; SameSite=None; Secure"

This doesn't seem like a session id, so i can't use this in next step "start a stream", any way to fix this?