Skip to content

Commit

Permalink
update image attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Oct 3, 2024
1 parent 1220fb9 commit b39d5a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const styles = StyleSheet.create({
});
```

![Zoom in on the video quality selector-modal](../assets/05-ui-cookbook/18-manual-video-quality-selection/video-quality-selector-modal.png)
![Zoom in on the video quality selector modal](../assets/05-ui-cookbook/18-manual-video-quality-selection/video-quality-selector-modal.png)

And now by adding this component inside of the `StreamCall`, we have a video quality selector button that opens the modal in the call UI:

Expand All @@ -321,4 +321,4 @@ And now by adding this component inside of the `StreamCall`, we have a video qua
</StreamVideo>
```

![Video quality selector component in use](../assets/05-ui-cookbook/18-manual-video-quality-selection/video-quality-selector-screen.png)
![Video quality selector button component in use](../assets/05-ui-cookbook/18-manual-video-quality-selection/video-quality-selector-screen.png)

0 comments on commit b39d5a4

Please sign in to comment.