Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Nov 8, 2023
1 parent fdd6e82 commit 22ca075
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus/video/docusaurus/docs/api/basics/calls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import TabItem from '@theme/TabItem';
import CreateCall from '../_common_/create-call.mdx';
import CallMembers from '../_common_/manage-call-members.mdx';
import UpdateCall from '../_common_/update-call.mdx';
import FilterConditions from '../../../shared/_filter-operators.mdx';

## Creating calls

Expand Down Expand Up @@ -89,7 +90,7 @@ client.query_calls(
</TabItem>
</Tabs>

Filter expressions support multiple match criteria, and it's also possible to combine filters. For more information, visit the [filter operators](https://getstream.io/chat/docs/node/query_syntax_operators/?language=javascript) guide.
<FilterConditions />

## Query call members

Expand Down Expand Up @@ -149,4 +150,4 @@ call.query_members(
</TabItem>
</Tabs>

Filter expressions support multiple match criteria, and it's also possible to combine filters. For more information, visit the [filter operators](https://getstream.io/chat/docs/node/query_syntax_operators/?language=javascript) guide.
<FilterConditions />

0 comments on commit 22ca075

Please sign in to comment.