Start Video Call Messenger.startVideoCall
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.
The method Messenger.startVideoCall initiates a video call in Bitrix24. It is recommended to use this method instead of BX24.im.callTo.
Promise Messenger.startVideoCall([String dialogId[, Boolean withVideo]])
Parameters
|
Name |
Description |
|
dialogId |
Identifier of the dialog or chat. By default, an empty string |
|
withVideo |
Type of call: |
Code Example
How to Use Examples in Documentation
BX.Messenger.Public.startVideoCall('chat123', true);
Response Handling
The method returns a Promise.
Returned Data
|
Name |
Description |
|
result |
Promise of the operation to initiate the video call |
Continue Learning
- Start a Call to the Phone Number Messenger.startPhoneCall
- Call via Internal Communication BX24.im.callTo