Post
/api/v1/video-conference/jitsi.update-timeout
Changelog
Version | Description |
---|---|
0.74.0 | Added |
Header parameters
X-User-Id
stringRequired
The userId
of the authenticated user.
ExamplerbAXPnMktTFbNpwtJ
X-Auth-Token
stringRequired
The authToken
of the authenticated user.
ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
Body parameters
Example
{
"roomId": "hyoM5JSQi94RwqPE7"
}
object
roomId
string Required
The room Id of the room to update the jitsi timeout.
Responses
200
OK
Success
{
"jitsiTimeout": "2019-01-16T13:17:11.951Z",
"success": true
}
object
jitsiTimeout
string
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}
object
status
string
message
string