Skip to content

Commit

Permalink
fix: remove params for hls
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Aug 31, 2023
1 parent 0d9d664 commit bd22946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const VideoStreamingSection = ({
return;
}
setHLSStarted(true);
await hmsActions.startHLSStreaming({});
await hmsActions.startHLSStreaming();
} catch (error) {
if ((error as HMSException).message?.includes('beam already started')) {
return;
Expand Down

0 comments on commit bd22946

Please sign in to comment.