Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Feb 22, 2024
1 parent a1b58e7 commit c9a49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class FakeRTCClient extends FakeAgoraEventEmitter {
this.uid = randUuid();
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore websdk的私有属性
this._joinInfo?.uid = this.uid;
this._joinInfo.uid = this.uid;
this.channelName = FAKE_CHANNEL_NAME;
return Promise.resolve(this.uid);
}
Expand Down

0 comments on commit c9a49e3

Please sign in to comment.