/schedulesessionSchedule session for future start time
Schedule a Live session for future start time.
Authorization
Request body
* **label** - Name of session. * **userDescription** - Name of agent. * **agentPrefs* - Session Options * audio - enable/disable audio * guest_video - enable/disable guest audio * knock - enable/disable knock. * record - enable/disable recording * **type** - (live, support, cobrowse, replay) * **startTime** - session start time in UTC Date Time format. ```json { "label": "My Live Session", "userDescription": "ScreenMeet Agent", "agentPrefs": { "audio": true, "guest_video": true, "knock": false, "record": false }, "type": "live" , "startTime": "2023-10-26T09:14:58.077Z" } ```
typestring
labelstring
startTimestring
agentPrefsobject
audioboolean
knockboolean
recordboolean
guest_videoboolean
userDescriptionstring
{
"Example": {
"value": {
"type": "live",
"label": "My Video Appointment",
"startTime": "2023-10-26T09:14:58.077Z",
"agentPrefs": {
"audio": true,
"knock": false,
"record": false,
"guest_video": true
},
"userDescription": "Support Agent"
}
}
}Responses
OK
idstring
pininteger
typestring
urlsobject
icsstring
hoststring
userstring
labelstring
statusstring
settingsobject
audioboolean
knockboolean
recordingboolean
guest_videoboolean
startwithrcboolean
startwithadminboolean
createdAtstring
expiresAtstring
scheduledboolean
startTimestring
updatedAtstring
unattendedboolean
hostAuthTokenstring
ExternalUserIdinteger
OrganizationIdinteger
userDescriptionstring
createdByAgentSessionobject
sidinteger
rolesobject
apiboolean
agentboolean
supervisorboolean
group_adminboolean
featuresnull
providerstring
remoteIpstring
clientAppnull
expiresAtstring
startedAtstring
userAgentstring
providerExternalIdstring
Authorization Problem - either the JWT is malformed or the signature is bad, or permission is denied
codenumber
refcodenumber
descriptionstring
X-Request-Idstring
{
"PermissionDenied": {
"value": {
"code": 403,
"refcode": 200403,
"description": "Authorization token is invalid: Error request id: 1-62ed207a-24baa293558168e06b8402c3 [8/5/2022, 6:51:54 AM PST]",
"X-Request-Id": "1-62ed207a-24baa293558168e06b8402c3"
}
},
"MalformedJWTOrBadSignature": {
"value": {
"code": 403,
"refcode": 200403,
"description": "Authorization token is invalid: JsonWebTokenError request id: 1-62ed1a55-0265e424598b4f1b580bd784 [8/5/2022, 6:25:41 AM PST]",
"X-Request-Id": "1-62ed1a55-0265e424598b4f1b580bd784"
}
}
}