When I make a request to start live streaming broadcast to opentok api, I have this error :
{
"message" : "session cannot be broadcasted when mantis not available. with code 400"
}
In below my request term with postman :
url request
https://api.opentok.com/v2/project/api_key/broadcast
header parameters
X-OPENTOK-AUTH : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Accept : application/json
Content-Type : application/json
EDIT : This query is run in the following context: a session with two stream published. The API key is present as well as the session id.