Call via Internal Communication BX24.im.callTo
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
DEPRECATED
The development of this method has been halted. Please use Messenger.startVideoCall.
The method BX24.im.callTo sends a command to call a Bitrix24 user via internal communication.
void BX24.im.callTo(Integer userId[, Boolean video])
Parameters
Required parameters are marked with *
|
Name |
Description |
|
userId* |
The identifier of the Bitrix24 user to be called |
|
video |
Type of call: |
Code Example
How to Use Examples in Documentation
BX24.init(function () {
BX24.im.callTo(1, true);
});
Response Handling
The method does not return data (void).
Continue Learning
Copied
Previous