# getTrueConfRoomProKey

Description: get a link for requesting the registration information.

Request example:

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

Response example:

{
    "method":"getTrueConfRoomProKey",
    "requestId" : "1",
    "trueconfRoomKey":"requestedLink",
    "result":true
}

Parameter description:

  • trueconfRoomKey — the link for requesting the registration information

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

See also: