Skip to content

Commit

Permalink
Merge pull request #423 from ant-media/refactorVideoCard
Browse files Browse the repository at this point in the history
Refactor video card
  • Loading branch information
burak-58 authored Dec 7, 2024
2 parents 2c2d649 + b85e50f commit 342ca81
Show file tree
Hide file tree
Showing 9 changed files with 400 additions and 492 deletions.
3 changes: 2 additions & 1 deletion react/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ REACT_APP_LAYOUT_OTHERS_CARD_VISIBILITY=true
REACT_APP_TIME_ZONE_LIVE_TEXT_VISIBILITY=true

# Video Overlay configurations
REACT_APP_VIDEO_OVERLAY_ADMIN_MODE_ENABLED=true
REACT_APP_VIDEO_OVERLAY_ADMIN_MODE_ENABLED=false

# Participant Tab configurations
REACT_APP_PARTICIPANT_TAB_ADMIN_MODE_ENABLED=true
REACT_APP_PARTICIPANT_TAB_MUTE_PARTICIPANT_BUTTON_ENABLED=true

# Meeting Recording configuration
REACT_APP_RECORDING_MANAGED_BY_ADMIN=false
Expand Down
1 change: 1 addition & 0 deletions react/.env.production.webinar
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=true

# Participant Tab configurations
REACT_APP_PARTICIPANT_TAB_ADMIN_MODE_ENABLED=true
REACT_APP_PARTICIPANT_TAB_MUTE_PARTICIPANT_BUTTON_ENABLED=true

# Meeting Recording configuration
REACT_APP_RECORDING_MANAGED_BY_ADMIN=true
Expand Down
8 changes: 4 additions & 4 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 342ca81

Please sign in to comment.