GithubHelp home page GithubHelp logo

dannnnthemannnn / agora-rtc-sdk-ng-fake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agoraio-extensions/agora-rtc-sdk-ng-fake

0.0 0.0 0.0 1.21 MB

Fake implementation of the agora-rtc-sdk-ng

License: MIT License

Shell 0.60% JavaScript 2.67% TypeScript 96.73%

agora-rtc-sdk-ng-fake's Introduction

agora-rtc-sdk-ng-fake

Fake RTC client, remote users and tracks. For internal stubbing.

Setup

npm install -g pnpm

Get Started

pnpm install

How to publish

use publish actions

agora-rtc-sdk-ng-fake
├─ src
│  ├─ tracks
│  │  ├─ camera-video-track.ts // FakeCameraVideoTrack (mock ICameraVideoTrack)
│  │  ├─ index.ts  //entry
│  │  ├─ local-audio-track.ts // FakeLocalAudioTrack (mock ILocalAudioTrack)
│  │  ├─ local-track.ts // FakeLocalTrack (mock ILocalTrack)
│  │  ├─ local-video-track.ts // FakeLocalVideoTrack (mock ILocalVideoTrack)
│  │  ├─ microphone-audio-track.ts // FakeMicrophoneAudioTrack (mock IMicrophoneAudioTrack)
│  │  ├─ remote-audio-track.ts // FakeRemoteAudioTrack (mock IRemoteAudioTrack)
│  │  ├─ remote-track.ts // FakeRemoteTrack (mock IRemoteTrack)
│  │  ├─ remote-video-track.ts // FakeRemoteVideoTrack (mock IRemoteVideoTrack)
│  │  └─ track.ts // FakeTrack (mock ITrack)
│  ├─ client.ts // FakeRTCClient(mock AgoraRTC)
│  ├─ eventemitter.ts // FakeRTCClient(mock webSDK event handler)
│  ├─ index.ts  //entry
│  ├─ utils.ts  // utils
│  ├─ version.ts //package version
├─ webpack.config.ts //build config
└─ vite.config.ts //vitest unit test config

agora-rtc-sdk-ng-fake's People

Contributors

guoxianzhe avatar dependabot[bot] 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.