Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Sep 5, 2023
1 parent 3851ed6 commit c25fea2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ use [publish actions](https://github.com/AgoraIO-Extensions/agora-rtc-sdk-ng-fak
agora-rtc-sdk-ng-fake
├─ src
│ ├─ tracks
│ │ ├─ camera-video-track.ts // FakeCameraVideoTrack (模拟ICameraVideoTrack)
│ │ ├─ index.ts //入口文件
│ │ ├─ local-audio-track.ts // FakeLocalAudioTrack (模拟ILocalAudioTrack)
│ │ ├─ local-track.ts // FakeLocalTrack (模拟ILocalTrack)
│ │ ├─ local-video-track.ts // FakeLocalVideoTrack (模拟ILocalVideoTrack)
│ │ ├─ microphone-audio-track.ts // FakeMicrophoneAudioTrack (模拟IMicrophoneAudioTrack)
│ │ ├─ remote-audio-track.ts // FakeRemoteAudioTrack (模拟IRemoteAudioTrack)
│ │ ├─ remote-track.ts // FakeRemoteTrack (模拟IRemoteTrack)
│ │ ├─ remote-video-track.ts // FakeRemoteVideoTrack (模拟IRemoteVideoTrack)
│ │ └─ track.ts // FakeTrack (模拟ITrack)
│ ├─ client.ts // FakeRTCClient(模拟AgoraRTC)
│ ├─ eventemitter.ts // FakeRTCClient(模拟webSDK事件)
│ ├─ index.ts //入口文件
│ ├─ utils.ts //工具
│ ├─ version.ts //package版本
├─ tsup.config.ts //构建配置
└─ vite.config.ts //vitest单元测试配置
│ │ ├─ 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
├─ tsup.config.ts //build config
└─ vite.config.ts //vitest unit test config
```

0 comments on commit c25fea2

Please sign in to comment.