Skip to content

Commit

Permalink
Fix comment for waitForDisconnected (#621)
Browse files Browse the repository at this point in the history
* fix comment

* add changeset
  • Loading branch information
framini authored Aug 17, 2022
1 parent d7ce34d commit eff4736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-clouds-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@signalwire/realtime-api': patch
---

Fix comment for waitForDisconnected
2 changes: 1 addition & 1 deletion packages/realtime-api/src/voice/Call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ export class CallConsumer extends AutoApplyTransformsConsumer<RealTimeCallApiEve

/**
* Returns a promise that is resolved only after the current call has been
* connected. Also see {@link connect}.
* disconnected. Also see {@link connect}.
*
* @example
*
Expand Down

0 comments on commit eff4736

Please sign in to comment.