Video call tutorial

VoxEngine setup

Checked with version: 5.5  -  Difficulty: Intermediate

Register Voximplant and login into the control panel.

Click the "Scenarios" top menu button and then click the "Create scenario" button. In the "New scenario" pane enter the scenario name "video-chat", paste the source code listed below and click on the "Create" button.

Click the "Applications" top menu button and then click the "Create application" button. In the "New application" pane enter the application name "video-chat-app" and click on the "Create" button. Pane will switch into "Edit application". In that pane click on the "Rules" tab and click on the "Add rule" button. In the "New rule" window enter the rule name "video-chat-rule" and pattern ".*" to handle all the incoming calls from the SDK. In the "Scenarios" section click on the arrow to the right of "video-chat" scenario to move it from "Available" into "Assigned". Click on the "Add" button.

Click the "Users" top menu button and then click the "Create user" button. In the "New user" pane enter the username "user-1", the password and the password confirmation "unitydemo" and the display name "user". Select "video-chat-app" in the "Applications" dropdown and click on the "Save" button.

Click the "Users" top menu button again and then click the "Create user" button. In the "New user" pane enter the username "user-2", the password and the password confirmation "unitydemo" and the display name "user". Select "video-chat-app" in the "Applications" dropdown and click on the "Save" button.

Video call tutorial

Audio conference tutorial