Skip to content

Commit

Permalink
docs: fix room type in tutorial (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede authored Aug 31, 2023
1 parent e9453c2 commit a143144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The following example illustrates how to create a call instance of the `default`
Detailed information about various call types can be found in the [Call Types](../../core/configuring-call-types) guide.

```tsx
const call = client.call('audio_room', callId);
const call = client.call('default', callId);
```

Subsequently, the `call.join` method can be utilized to enter the call identified by the given unique case-sensitive `callId`.
Expand Down

0 comments on commit a143144

Please sign in to comment.