Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add looping prop to IVSPlayer #142

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

vnovick
Copy link
Contributor

@vnovick vnovick commented Jun 27, 2023

Issue #130 , if available:

Description of changes:

Enables the player to loop the source video, for streams that support looping.

@@ -4,6 +4,7 @@
@interface RCT_EXTERN_MODULE(AmazonIvsManager, RCTViewManager)
RCT_EXPORT_VIEW_PROPERTY(resizeMode, NSString)
RCT_EXPORT_VIEW_PROPERTY(muted, BOOL)
RCT_EXPORT_VIEW_PROPERTY(loop, BOOL)
Copy link
Contributor

@dawhitla dawhitla Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, matches loop from <video /> element.

@dawhitla dawhitla merged commit e41bfb3 into aws:main Jul 13, 2023
@dawhitla dawhitla mentioned this pull request Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants