This repository contains samples of using Xamarin Agora.io RTM SDK Nuget packages
also contains a basic sample for Agora WebRTC
and offcourse ===>Step-by-Step Tutorial
-
Run app on any 2 devices
-
Enter your user name
-
Enter frend user name for Peer-to-Peer chat or enter Channel name.
-
Click Join button
-
Prepare Agora App ID, you can follow Obtaining an App ID instructions to get your App ID.
-
Replace the following empty string with the corresponding App ID:
<string translatable="false" name="agora_app_id">YOUR ID</string>
- For iOS app Rtm/DT.Samples.Agora.Rtm.iOS/AppId.cs
public static string Id = "YOR ID";
In this repository you can find Rtm apps for Android and iOS
- Xamarin iOS and Android apps in one solution Rtm/DT.Samples.Agora.Rtm.sln
Xamarin iOS
Xamarin Android