getOverlayHttpToken

TrueConfLess than 1 minute

getOverlayHttpToken

Description: obtain a token for using the overlay functionality on the HTTP server. v5.0+

Request example:

{
    "method": "getOverlayHttpToken",
    "requestId" : "1"
}

Response example:

{
    "method": "getOverlayHttpToken",
    "requestId": "",
    "token": "6*LoqJQv0ZFY7jJpBV*196432278*3437323138383438323841333039384436313032364345374344463030414143",
    "result": true
}

Parameter description:

  • token - a token for working with the overlay functionality on the HTTP server. It changes automatically after the end or start of a call or conference, upon logout, and when authorization parameters are changed (setAuthParams).

  • requestId - a unique request identifier. You can find more details about it here.

See also: