Audio conference tutorial

Creating a call

Checked with version: 5.5  -  Difficulty: Intermediate

Create a new empty GameObject.

Rename the new GameObject “Voximplant”.

With the “Voximplant” GameObject selected:

Create and add a new C# script called "Conference" using the "Add Component" button of the "Inspector" pane.

Open the script "Conference" for editing.

Replace all of the code in the script with the following code. Please note, that the class name should exactly match the script name.

In the code above, replace the "your-acc-name-here" string with your Voximplant account name.

Select "File", "Build Setting" from the top menu. Select the "Android" or "iOS" platform, then click on the "Player Settings ..." button. Close the "Build Settings" window. In the "Inspector" pane open the "Other Settings" foldout and change the default "Bundle Identifier" to your own, for example to the "com.mycompany.mygame". For Android change the minimum API level to 16. For iOS change the minimum iOS version to 8.0 and specify the "Camera Usage Description" and the "Microphone Usage Description".

Save, build and run project. You should hear welcome speech and all players will be able to communicate within the same conference.

Video call tutorial

Audio conference tutorial