Default
Create a new session.
Body
typestringRequired
sdpstringRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
POST /session HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"type": "text",
"sdp": "text"
}
{
"type": "text",
"sdp": "text"
}