Skip to content

The Agora RTM SDK provides a stable messaging mechanism for you to implement real-time messaging scenarios.

Notifications You must be signed in to change notification settings

DreamTeamMobile/Agora-RTM-SDK-for-Xamarin

Repository files navigation

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

About

The Agora RTM SDK provides a stable messaging mechanism for you to implement real-time messaging scenarios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages