Skip to content

Commit

Permalink
call types
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 23, 2024
1 parent d4058e7 commit 96d150e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ client.get_call_type(name= 'livestream')
<TabItem value="go" label="Golang">

```go
client.Video().ListCallTypes(ctx)
client.Video().ListCallTypes(ctx, &ListCallTypesRequest{})

// or
client.Video().GetCallType(ctx, "livestream")
client.Video().GetCallType(ctx, "livestream", &GetCallTypeRequest{})
```

</TabItem>
Expand Down

0 comments on commit 96d150e

Please sign in to comment.