Skip to content

Commit

Permalink
fix:ongoing calls header wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Sep 26, 2024
1 parent e5572b3 commit 2abdffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const { calls } = await client.queryCalls({
});
```

### Calls that live / currently have participants
### Calls that are ongoing / currently have participants

```typescript
import { StreamVideoClient } from '@stream-io/video-client';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const { calls } = await client.queryCalls({
});
```

### Calls that live / currently have participants
### Calls that are ongoing / currently have participants

```typescript
import { StreamVideoClient } from '@stream-io/video-react-native-sdk';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const { calls } = await client.queryCalls({
});
```

### Calls that live / currently have participants
### Calls that are ongoing / currently have participants

```typescript
import { StreamVideoClient } from '@stream-io/video-react-sdk';
Expand Down

0 comments on commit 2abdffb

Please sign in to comment.