Skip to content

Commit

Permalink
refactor: remove hls true from Df app
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Oct 25, 2023
1 parent 475b7bf commit b2e3dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const HostLiveStreamScreen = ({ route }: HostLiveStreamScreenProps) => {
return (
<StreamCall call={call}>
<SafeAreaView style={styles.container}>
<HostLivestream hls={true} />
<HostLivestream />
</SafeAreaView>
</StreamCall>
);
Expand Down

0 comments on commit b2e3dca

Please sign in to comment.