prepareCallIdForCall

TrueConfLess than 1 minute

prepareCallIdForCall

Description: process the identifier that will be used for the call. v4.2.0+

During outgoing calls, the peerId parameter is transmitted, which may be transformed within TrueConf Room API and therefore differ from the original. To find out the final version of the used identifier, you can use this command.

Request example:

{
    "method" : "prepareCallIdForCall",
    "requestId" : "1",
    "callId" : "https://192.168.0.1/c/sid"
}

Response example:

{
    "method" : "prepareCallIdForCall",
    "requestId" : "1",
    "preparedCallId": "\\c\\sid@some.server#vcs",
    "result" : true
}

Parameter description:

  • callId - a unique identifier whose final form needs to be obtained. Applicability:

  • preparedCallId - the final form of the identifier that will be used

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

See also: