Skip to content

Commit

Permalink
[PBE-000] fix broadcasting docs for python: stop_hls_broadcasting() f…
Browse files Browse the repository at this point in the history
…or stopping (#716)
  • Loading branch information
su225 authored Aug 23, 2024
2 parents 28f7d5a + b0344f9 commit 54dc178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call.stopHLSBroadcasting();
call.start_hls_broadcasting()

# to end broadcasting
call.start_hls_broadcasting()
call.stop_hls_broadcasting()
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/streaming/hls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To perform these operations, users need the following capabilities:

## Broadcast state

You can check if the call is being broadcasted like this:
You can check if the call is being broadcast like this:

<Tabs groupId="examples">
<TabItem value="js" label="JavaScript">
Expand Down

0 comments on commit 54dc178

Please sign in to comment.