Giter VIP home page Giter VIP logo

xamarin.agora.samples's Introduction

Agora.io Full SDK Cross-Platfrom samples

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

Xamarin.Agora.Full.Android NuGet Badge

Xamarin.Agora.Full.iOS NuGet Badge

Xamarin.Agora.Full.Mac NuGet Badge

Xamarin.Agora.Full.Forms NuGet Badge

also contains a basic sample for Agora WebRTC

Running samples

  1. Run app on any 2 devices

  2. Enter same room name on both devices

  3. 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:

        public static string AgoraAPI
        public const string AgoraKey = "<AgoraKey>";
        vendorKey = ...
  1. Prepare node.js AgoraTokenServer server for generatin agora tokens. You need to enable Primary cetificate in your agora progect and replace the following empty strings with your cettificated string and App ID: AgoraTokenServer/TokenServer.js
        var appID = "<YOUR APP ID>";
        var appCertificate = "<YOUR APP CERTIFICATE>";
  1. Run AgoraTokenServer and replace the following epmty string with server URL: DT.Samples.Agora.Shared/AgoraTestConstants.cs
        public static string TokernServerBaseUrl

What's Inside

In this repository you can find OneToOne Communication apps for Android, iOS, Mac, Forms and Web

Screenshots

Xamarin.Forms iOS

Xamarin.Forms Android

Xamarin.Forms MacOS

RTM example for Android, iOS and Mac

  • Xamarin Android, iOS and MacOS apps in one solution RTM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.