Skip to content

HejiangK/OpenVideoCall-Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Video Call Windows

其他语言版本: 简体中文

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 Agora 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: Agora-Windows-Tutorial-1to1

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

Running the App

First, create a developer account at Agora.io, and obtain an App ID. define the APP_ID with your App ID.

#define APP_ID _T("Your App ID")

Next, download the Agora Video SDK from Agora.io SDK. Unzip the downloaded SDK package and copy the sdk to the "OpenVideoCall" folder in project(the old one may be over written).

Finally, Open OpenVideoCall.sln, build the solution and run.

Developer Environment Requirements

  • VC2013 or higher
  • WIN7 or higher

Connect Us

License

The MIT License (MIT).

About

Video call sample app for Agora RTC SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.1%
  • C 9.9%