Skip to content

anyRTC 实时消息 SDK 包含点对点消息、频道消息、呼叫邀请等功能,适用于在线教育、直播、社交等场景。

Notifications You must be signed in to change notification settings

anyRTC/ArRTM-Win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anyRTC RTM Tutorial for Windows

其他语言版本: 简体中文

The anyRTC Windows Sample App is an open-source demo that will help you get message chat integrated directly into your Windows applications using the anyRTC RTM SDK.

With this sample app, you can:

  • Login into RTM Serve
  • Send point to point message and receive point to point message off line
  • Display point to point history message
  • Join channel
  • Send channel message, receive channel message
  • Leave channel
  • Logout RTM server

Running the App

First, create a developer account at anyrtc.io, and obtain an App ID. Then select the editor in the test project, click App Certificate, and get the App Certificate according to the operation. Update "anyRTC-RTM-Tutorial-Windows/anyRTCRTM.ini" with your App ID and App Certificate.

[BaseInfo]
AppID=
AppCertificatedId=

Developer Environment Requirements

  • win7 above
  • Visual Studio 2013

Operating Instructions

  • 1.Copy the corresponding files to the relevant directories in the SDK folder of the sln peer directory
  • 2.Copy the ARtmKit.dll file to the compile execution directory (debug/release)

Connect Us

License

The MIT License (MIT).

About

anyRTC 实时消息 SDK 包含点对点消息、频道消息、呼叫邀请等功能,适用于在线教育、直播、社交等场景。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages