# call
Description
Call a user or send a conference join request
If the called subscriber is outside the conference, they will receive a call as a video call. If they are the owner of the conference, they will receive a notification about a request to participate in it. Some identifiers might be converted into a different format and then used for calling within the application. Therefore, to find out the final version of the identifier used, you can execute the prepareCallIdForCall method.
void call(string peerId)
Parameters
Name | Description |
---|---|
peerId | Unique identifier of the user (TrueConfID) |
Response example
{
"method" : "call",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also