Giter Club home page Giter Club logo

typing's Introduction

Typing App

English | δΈ­ζ–‡

This project shows you how to use AgoraRTM sdk to build an app like Honk

Quick Start

This section shows you how to prepare, build, and run the application.

Prepare Dependencies

iOS

Change directory into iOS folder, run following command to install project dependencies,

pod install

Verify Typing.xcworkspace has been properly generated.

Obtain an App Id

To build and run the sample application, get an App Id:

  1. Create a developer account at agora.io. Once you finish the signup process, you will be redirected to the Dashboard.
  2. Navigate in the Dashboard tree on the left to Projects > Project List.
  3. Save the App Id from the Dashboard for later use.
  4. Generate the Access Token, you can follow the step by step at agora.io.

iOS

Open Typing.xcworkspace and edit the KeyCenter.swift file. In the KeyCenter struct, update <#Your App Id#> with your App Id, and change <#Temp Access Token#> with the temp Access Token generated from dashboard. Note you can leave the token variable nil if your project has not turned on security token.

``` Swift
struct KeyCenter {
    static let AppId: String = <#Your App Id#>

    // assign token to nil if you have not enabled app certificate
    static var Token: String? = <#Temp Access Token#>
}
```

You are all set. Now connect your iPhone or iPad device and run the project.

Android

Open Android and edit the app/src/main/java/io/agora/typing/base/BuildConfig.kt file. Update <#Your App Id#> with your App Id, and change <#Temp Access Token#> with the temp Access Token generated from dashboard. Note you can leave the token variable null if your project has not turned on security token.

``` kotlin
val appId: String = YOUR APP ID
val token: String? = YOUR ACCESS TOKEN
```

You are all set. Now connect your Android device and run the project.

typing's People

Contributors

xuchdeid avatar

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.