-
Notifications
You must be signed in to change notification settings - Fork 9
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
KLZT-766 영상기본음소거 #3503
The head ref may contain hidden characters: "KLZT-766-\uC601\uC0C1\uAE30\uBCF8\uC74C\uC18C\uAC70"
KLZT-766 영상기본음소거 #3503
Conversation
cb7d78d
to
c680a3f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v13 #3503 +/- ##
==========================================
+ Coverage 10.39% 10.47% +0.08%
==========================================
Files 705 705
Lines 33322 27157 -6165
Branches 9043 7390 -1653
==========================================
- Hits 3465 2846 -619
+ Misses 29850 24291 -5559
- Partials 7 20 +13 ☔ View full report in Codecov by Sentry. |
요거 14에 적용하시나요? 13 버전에 적용해서 바로 적용되어야 하는 건 아닌가요? |
아 생각해보니, v13 브랜치에서 체리픽을 해야죠? |
넵넵. https://github.com/titicacadev/triple-frontend/tree/v13 요 브랜치를 베이스로 작업하신 후 버전업해서 릴리즈해 사용하고, 이후에 main 브랜치에 변경분을 반영해야해요! |
c680a3f
to
ab7729d
Compare
ab7729d
to
9cc82d3
Compare
release-canary |
v13.23.2-pr-3503.0 has been published! |
PR 설명
컨텐츠 어드민 (POI, Article)에서 영상 업로드시 "videoInitiallyMuted"라는 상태값을 추가하는 변경을 작업하는 중입니다.
각 도메인의 payload의 이미지들이 이제 영상일 경우 선택적으로 "videoInitiallyMuted"라는 플래그를 갖게 되며, 만약 이 플래그가
True일 경우 영상재생시 기본 음소거 상태가 되어야합니다.
요구사항 링크
필드가 옵셔널이기 때문에, API의 동작여부와 별개로 영향도가 존재하지 않습니다.
변경 내역
tds-widget의 Media Component에서 initiallyMuted 플래그가 있을 시 영상을 재생해도 기본 음소거가 되어야합니다.
tds-widget은 리뷰/트리플도큐먼트에서 모두 사용하는 것으로 확인되었습니다.
현재 기준으로 이 음소거는 유저의 행동에 의해 해제될 수 있습니다.