Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 2.7 KB

README.md

File metadata and controls

55 lines (28 loc) · 2.7 KB

KioskVideoCallButtons

System requirements

Getting ready TrueConf VideoSDK and account data

  1. First of all, you will need a TrueConf Server account that will be used for connecting to the video conferencing server via TrueConf VideoSDK. To learn how user accounts can be added, check the TrueConf Server documentation (accounts can be added manually or through integration with a directory service via LDAP). If you do not have your own TrueConf Server, you can create an account on our test server with the Telegram bot https://t.me/TrueConfSDKPromoBot.

  2. Create 3 additional user accounts to test calls from the KioskVideoCallButtons application.

  3. Download TrueConf VideoSDK.

  4. Install VideoSDK with default settings (Port = 8080). If 8080 port is already taken , select a different one, but then you will have to change the value of the VIDEOSDK_PORT field (check the declaration of the VideoCall class in the Form1.cs file of this project).

  5. Run VideoSDK.

Install the TrueConf.VideoSDK package

  1. Open the KioskVideoCallButtons project in VS Studio.

  2. Go to Project → Manage NuGet Packages.

  3. In the manager pop-up window, select nuget.org in the Package source list.

  4. Enter TrueConf in the search field and click TrueConf.VideoSDK in the results.

  5. Click Install in the pop-up window where the package is described.

install nuget package

Link to the package: https://www.nuget.org/packages/TrueConf.VideoSDK/

Set the required constants

  1. Go to Form1.cs in the root of the project.

  2. Specify the account data of the user created on TrueConf Server: TrueConf ID (login) in the MY_ID field, password in the MY_PASSWORD field and the TrueConf Server address in the TRUECONF_SERVER field.

  3. Specify TrueConf IDs (logins) of three additional accounts, created for testing a call (check Getting ready TrueConf VideoSDK and account data).

set constants

Run the KioskVideoCallButtons application

running app

Now you can click on any of these three buttons to call one of the users created previously.

To hang up the call click on any of these buttons again.