wyvasi
Member
Hello!
When I do HTTP POST REQUEST to /rest-api/stream/terminate
with
I get this response:
This was working before.
When I do HTTP POST REQUEST to /rest-api/stream/terminate
with
Code:
{
name: 'name',
published: true
}
Code:
{
"exception": "com.flashphoner.rest.server.exception.IllegalArgumentsException",
"reason": "com.flashphoner.rest.server.exception.IllegalArgumentsException, Bad Request, mediaSessionId can't be null, ts: 1661784592042, path: /rest-api/stream/terminate",
"path": "/rest-api/stream/terminate",
"error": "Bad Request",
"message": "mediaSessionId can't be null",
"timestamp": 1661784592042,
"status": 400
}