Skip to content

Commit

Permalink
go live
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Sep 18, 2024
1 parent f75bbda commit 3d64b42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docusaurus/video/docusaurus/docs/api/_common_/go_live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ call.go_live(start_hls=True, start_recording=True)

</TabItem>

<TabItem value="go" label="Golang">

```go
call.GoLive(ctx, &GoLiveRequest{
StartHls: PtrTo(true),
StartRecording: PtrTo(true),
})
```
</TabItem>


<TabItem value="curl" label="cURL">

```bash
Expand Down

0 comments on commit 3d64b42

Please sign in to comment.