Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 3.07 KB

Readme.md

File metadata and controls

72 lines (42 loc) · 3.07 KB

Agora.io RTM SDK Cross-Platfrom samples

This repository contains samples of using Xamarin Agora.io RTM SDK Nuget packages

Xamarin.Agora.Rtm.Android NuGet Badge

Xamarin.Agora.Rtm.iOS NuGet Badge

also contains a basic sample for Agora WebRTC

and offcourse ===>Step-by-Step Tutorial

Running samples

  1. Run app on any 2 devices

  2. Enter your user name

  3. Enter frend user name for Peer-to-Peer chat or enter Channel name.

  4. Click Join button

Quick Start

  1. Prepare Agora App ID, you can follow Obtaining an App ID instructions to get your App ID.

  2. Replace the following empty string with the corresponding App ID:

        <string translatable="false" name="agora_app_id">YOUR ID</string>
        public static string Id = "YOR ID";

What's Inside

In this repository you can find Rtm apps for Android and iOS

Screenshots

Xamarin iOS

Xamarin Android