# 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. To call a conference just use its ID in one of the supported formats: \c\<CID>, \c\<CID>@<server>#vcs if the conference is being hosted on a different (federated) server, https://<server>/c/<CID>.

void call(string peerId)

Parameters

Name Description
peerId Unique identifier of the user (TrueConfID) or Conference ID

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

Last Updated: 12/05/2025