Skip to content

Commit

Permalink
feat: add client.sendStreamMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jan 31, 2024
1 parent d05c8e8 commit e779e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoraio-extensions/agora-rtc-sdk-ng-fake",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"description": "Fake Agora Web RTC for testing",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ export class FakeRTCClient extends FakeAgoraEventEmitter {
public getRemoteAudioStats(): void {
//
}

public sendStreamMessage(): void {
//
}
}

0 comments on commit e779e3e

Please sign in to comment.