Skip to content

anyRTC Windows RTC SDK, 适用场景包括音视频互动、视频直播、音频直播、互动连麦、视频会议、一对一、一对多等。

License

Notifications You must be signed in to change notification settings

anyRTC/ArWinSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Video Call Windows

English | 中文

The Open Video Call Windows Sample App is an open-source demo that will help you get video chat integrated directly into your Windows applications using the AR4.0 Video SDK.

With this sample app, you can:

  • Join / leave channel
  • Mute / unmute audio
  • Enable / disable video
  • Change camera
  • Send message to channel
  • Setup resolution, frame rate and bit rate
  • Enable encryption
  • Enable / disable black and white filter

This demo is written in C++

A tutorial demo can be found here: AR4.0-Windows-Tutorial-1to1

AR4.0 Video SDK supports iOS / Android / Windows / macOS etc. You can find demos of these platform here:

Prerequisites

  • Visual Studio 2013 or higher
  • Windows 7 or higher

Quick Start

This section shows you how to prepare, build, and run the sample application.

Obtain an App ID

To build and run the sample application, get an App ID:

  1. Create a developer account at anyrtc.io. Once you finish the signup process, you will be redirected to the Dashboard.

  2. Navigate in the Dashboard tree on the left to Projects > Project List.

  3. Save the App ID from the Dashboard for later use.

  4. Generate a temp Access Token (valid for 24 hours) from dashboard page with given channel name, save for later use.

  5. Define the APP_ID with your App ID.

    #define APP_ID _T("Your App ID")
    

Integrate the AR4.0 Video SDK

  1. Download the AR4.0 Video SDK from anyRTC.io SDK. Unzip the downloaded SDK package and copy the sdk to the OpenVideoCall folder in project(the old one may be over written.
  2. Open OpenVideoCall.sln, build the solution and run.

Note

  1. After the program is compiled, if the program "xxx\xxx\xxx\Debug\Language\English.dll" cannot be started when running the program,

please select the OpenVideoCall project in the Solution Explorer and right click. In the pop-up menu bar, select "Set as active project" to solve. Then run the program again.

  1. The dll library under the sdk/dll file needs to be placed in the corresponding execution path.

Tips: The relevant dll library has been configured for you in this case tutorial. If you want to use the interface provided by anyrtc for related development, you need to put the dll library into the corresponding execution path as prompted above.

Resources

License

The MIT License (MIT)

About

anyRTC Windows RTC SDK, 适用场景包括音视频互动、视频直播、音频直播、互动连麦、视频会议、一对一、一对多等。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published