Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Jul 24, 2024
1 parent 32449d4 commit 271589b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ useEffect(() => {
}, [callType, callId]);
```

Once the call has been disposed of, it can no longer be used. However, you can get a new call instance with the same type and id. In practice, this is rarely an issue when you're using the pattern above.
To join the same call again, you can reuse the same call instance, or create a new one using `client.call(type, id)`.

## Calling State

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ useEffect(() => {
}, [callType, callId]);
```

Once the call has been disposed of, it can no longer be used. However, you can get a new call instance with the same type and id. In practice, this is rarely an issue when you're using the pattern above.
To join the same call again, you can reuse the same call instance, or create a new one using `client.call(type, id)`.

## Calling State

Expand Down

0 comments on commit 271589b

Please sign in to comment.