@stream-io/video-react-sdk 0.0.1-alpha.9 → 0.0.1-alpha.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -153
- package/README.md +1 -1
- package/dist/css/styles.css +273 -407
- package/dist/css/styles.css.map +1 -1
- package/dist/src/components/Button/CompositeButton.js +2 -4
- package/dist/src/components/Button/CompositeButton.js.map +1 -1
- package/dist/src/components/CallControls/AcceptCallButton.d.ts +7 -0
- package/dist/src/components/CallControls/AcceptCallButton.js +27 -0
- package/dist/src/components/CallControls/AcceptCallButton.js.map +1 -0
- package/dist/src/components/CallControls/CallControls.d.ts +1 -3
- package/dist/src/components/CallControls/CallControls.js +2 -5
- package/dist/src/components/CallControls/CallControls.js.map +1 -1
- package/dist/src/components/CallControls/CallStatsButton.d.ts +1 -5
- package/dist/src/components/CallControls/CallStatsButton.js +2 -4
- package/dist/src/components/CallControls/CallStatsButton.js.map +1 -1
- package/dist/src/components/CallControls/CancelCallButton.d.ts +2 -3
- package/dist/src/components/CallControls/CancelCallButton.js +4 -2
- package/dist/src/components/CallControls/CancelCallButton.js.map +1 -1
- package/dist/src/components/CallControls/ReactionsButton.js +1 -2
- package/dist/src/components/CallControls/ReactionsButton.js.map +1 -1
- package/dist/src/components/CallControls/RecordCallButton.d.ts +1 -3
- package/dist/src/components/CallControls/RecordCallButton.js +10 -6
- package/dist/src/components/CallControls/RecordCallButton.js.map +1 -1
- package/dist/src/components/CallControls/ScreenShareButton.d.ts +1 -3
- package/dist/src/components/CallControls/ScreenShareButton.js +7 -7
- package/dist/src/components/CallControls/ScreenShareButton.js.map +1 -1
- package/dist/src/components/CallControls/ToggleAudioButton.d.ts +1 -1
- package/dist/src/components/CallControls/ToggleAudioButton.js +17 -10
- package/dist/src/components/CallControls/ToggleAudioButton.js.map +1 -1
- package/dist/src/components/CallControls/ToggleVideoButton.d.ts +10 -0
- package/dist/src/components/CallControls/{ToggleCameraButton.js → ToggleVideoButton.js} +17 -11
- package/dist/src/components/CallControls/ToggleVideoButton.js.map +1 -0
- package/dist/src/components/CallControls/index.d.ts +2 -2
- package/dist/src/components/CallControls/index.js +2 -2
- package/dist/src/components/CallControls/index.js.map +1 -1
- package/dist/src/components/CallParticipantsList/BlockedUserListing.js +1 -2
- package/dist/src/components/CallParticipantsList/BlockedUserListing.js.map +1 -1
- package/dist/src/components/CallParticipantsList/CallParticipantListingItem.d.ts +2 -1
- package/dist/src/components/CallParticipantsList/CallParticipantListingItem.js +13 -5
- package/dist/src/components/CallParticipantsList/CallParticipantListingItem.js.map +1 -1
- package/dist/src/components/CallParticipantsList/CallParticipantsList.js +1 -2
- package/dist/src/components/CallParticipantsList/CallParticipantsList.js.map +1 -1
- package/dist/src/components/CallStats/CallStats.d.ts +6 -0
- package/dist/src/components/{StreamCall → CallStats}/CallStats.js +3 -3
- package/dist/src/components/CallStats/CallStats.js.map +1 -0
- package/dist/src/components/CallStats/CallStatsLatencyChart.js.map +1 -0
- package/dist/src/components/CallStats/index.d.ts +2 -0
- package/dist/src/components/CallStats/index.js +3 -0
- package/dist/src/components/CallStats/index.js.map +1 -0
- package/dist/src/components/Debug/DebugStatsView.d.ts +1 -1
- package/dist/src/components/Debug/DebugStatsView.js +32 -7
- package/dist/src/components/Debug/DebugStatsView.js.map +1 -1
- package/dist/src/components/DeviceSettings/DeviceSelectorAudio.js +5 -3
- package/dist/src/components/DeviceSettings/DeviceSelectorAudio.js.map +1 -1
- package/dist/src/components/DeviceSettings/DeviceSelectorVideo.js +3 -2
- package/dist/src/components/DeviceSettings/DeviceSelectorVideo.js.map +1 -1
- package/dist/src/components/Notification/SpeakingWhileMutedNotification.js +4 -2
- package/dist/src/components/Notification/SpeakingWhileMutedNotification.js.map +1 -1
- package/dist/src/components/PendingCallPanel/PendingCallControls.d.ts +2 -0
- package/dist/src/components/PendingCallPanel/PendingCallControls.js +13 -0
- package/dist/src/components/PendingCallPanel/PendingCallControls.js.map +1 -0
- package/dist/src/components/PendingCallPanel/PendingCallPanel.d.ts +2 -0
- package/dist/src/components/PendingCallPanel/PendingCallPanel.js +34 -0
- package/dist/src/components/PendingCallPanel/PendingCallPanel.js.map +1 -0
- package/dist/src/components/PendingCallPanel/index.d.ts +2 -0
- package/dist/src/components/PendingCallPanel/index.js +3 -0
- package/dist/src/components/PendingCallPanel/index.js.map +1 -0
- package/dist/src/components/Permissions/PermissionRequests.js +2 -8
- package/dist/src/components/Permissions/PermissionRequests.js.map +1 -1
- package/dist/src/components/StreamCall/CallParticipantsScreenView.js +3 -3
- package/dist/src/components/StreamCall/CallParticipantsScreenView.js.map +1 -1
- package/dist/src/components/StreamCall/CallParticipantsView.js +2 -3
- package/dist/src/components/StreamCall/CallParticipantsView.js.map +1 -1
- package/dist/src/components/StreamTheme/StreamTheme.d.ts +5 -0
- package/dist/src/components/StreamTheme/StreamTheme.js +18 -0
- package/dist/src/components/StreamTheme/StreamTheme.js.map +1 -0
- package/dist/src/components/StreamTheme/index.d.ts +1 -0
- package/dist/src/components/StreamTheme/index.js +2 -0
- package/dist/src/components/StreamTheme/index.js.map +1 -0
- package/dist/src/components/Video/VideoPreview.js +10 -5
- package/dist/src/components/Video/VideoPreview.js.map +1 -1
- package/dist/src/components/Video/index.d.ts +1 -1
- package/dist/src/components/Video/index.js +1 -1
- package/dist/src/components/Video/index.js.map +1 -1
- package/dist/src/components/index.d.ts +2 -2
- package/dist/src/components/index.js +2 -2
- package/dist/src/components/index.js.map +1 -1
- package/dist/src/core/components/CallLayout/PaginatedGridLayout.d.ts +3 -7
- package/dist/src/core/components/CallLayout/PaginatedGridLayout.js +13 -14
- package/dist/src/core/components/CallLayout/PaginatedGridLayout.js.map +1 -1
- package/dist/src/core/components/CallLayout/SpeakerLayout.d.ts +6 -1
- package/dist/src/core/components/CallLayout/SpeakerLayout.js +13 -7
- package/dist/src/core/components/CallLayout/SpeakerLayout.js.map +1 -1
- package/dist/src/core/components/ParticipantView/DefaultParticipantViewUI.d.ts +18 -0
- package/dist/src/core/components/ParticipantView/DefaultParticipantViewUI.js +36 -0
- package/dist/src/core/components/ParticipantView/DefaultParticipantViewUI.js.map +1 -0
- package/dist/src/core/components/ParticipantView/ParticipantView.d.ts +79 -0
- package/dist/src/core/components/ParticipantView/ParticipantView.js +33 -0
- package/dist/src/core/components/ParticipantView/ParticipantView.js.map +1 -0
- package/dist/src/core/components/ParticipantView/index.d.ts +2 -0
- package/dist/src/core/components/ParticipantView/index.js +3 -0
- package/dist/src/core/components/ParticipantView/index.js.map +1 -0
- package/dist/src/core/components/StreamCall/StreamCall.d.ts +73 -0
- package/dist/src/core/components/StreamCall/StreamCall.js +60 -0
- package/dist/src/core/components/StreamCall/StreamCall.js.map +1 -0
- package/dist/src/core/components/StreamCall/index.d.ts +1 -0
- package/dist/src/core/components/StreamCall/index.js +2 -0
- package/dist/src/core/components/StreamCall/index.js.map +1 -0
- package/dist/src/core/components/Video/BaseVideo.d.ts +3 -3
- package/dist/src/core/components/Video/BaseVideo.js +6 -12
- package/dist/src/core/components/Video/BaseVideo.js.map +1 -1
- package/dist/src/core/components/Video/DefaultVideoPlaceholder.d.ts +6 -0
- package/dist/src/core/components/Video/DefaultVideoPlaceholder.js +9 -0
- package/dist/src/core/components/Video/DefaultVideoPlaceholder.js.map +1 -0
- package/dist/src/core/components/Video/Video.d.ts +11 -6
- package/dist/src/core/components/Video/Video.js +31 -28
- package/dist/src/core/components/Video/Video.js.map +1 -1
- package/dist/src/core/components/index.d.ts +3 -2
- package/dist/src/core/components/index.js +2 -1
- package/dist/src/core/components/index.js.map +1 -1
- package/dist/src/core/contexts/MediaDevicesContext.d.ts +117 -19
- package/dist/src/core/contexts/MediaDevicesContext.js +52 -90
- package/dist/src/core/contexts/MediaDevicesContext.js.map +1 -1
- package/dist/src/core/hooks/index.d.ts +2 -0
- package/dist/src/core/hooks/index.js +2 -0
- package/dist/src/core/hooks/index.js.map +1 -1
- package/dist/src/core/hooks/useAudioPublisher.js +9 -3
- package/dist/src/core/hooks/useAudioPublisher.js.map +1 -1
- package/dist/src/core/hooks/useDevices.d.ts +80 -0
- package/dist/src/core/hooks/useDevices.js +113 -0
- package/dist/src/core/hooks/useDevices.js.map +1 -0
- package/dist/src/core/hooks/useTrackElementVisibility.d.ts +6 -0
- package/dist/src/core/hooks/useTrackElementVisibility.js +27 -0
- package/dist/src/core/hooks/useTrackElementVisibility.js.map +1 -0
- package/dist/src/core/hooks/useVideoPublisher.js +35 -6
- package/dist/src/core/hooks/useVideoPublisher.js.map +1 -1
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/hooks/index.js +0 -1
- package/dist/src/hooks/index.js.map +1 -1
- package/dist/src/utilities/applyElementToRef.d.ts +2 -0
- package/dist/src/utilities/applyElementToRef.js +8 -0
- package/dist/src/utilities/applyElementToRef.js.map +1 -0
- package/dist/src/utilities/chunk.d.ts +1 -0
- package/dist/src/utilities/chunk.js +5 -0
- package/dist/src/utilities/chunk.js.map +1 -0
- package/dist/src/utilities/index.d.ts +3 -0
- package/dist/src/utilities/index.js +4 -0
- package/dist/src/utilities/index.js.map +1 -0
- package/dist/src/utilities/isComponentType.d.ts +2 -0
- package/dist/src/utilities/isComponentType.js +7 -0
- package/dist/src/utilities/isComponentType.js.map +1 -0
- package/package.json +12 -10
- package/src/components/Button/CompositeButton.tsx +4 -13
- package/src/components/CallControls/AcceptCallButton.tsx +36 -0
- package/src/components/CallControls/CallControls.tsx +13 -19
- package/src/components/CallControls/CallStatsButton.tsx +6 -14
- package/src/components/CallControls/CancelCallButton.tsx +12 -4
- package/src/components/CallControls/ReactionsButton.tsx +1 -2
- package/src/components/CallControls/RecordCallButton.tsx +12 -7
- package/src/components/CallControls/ScreenShareButton.tsx +7 -8
- package/src/components/CallControls/ToggleAudioButton.tsx +23 -12
- package/src/components/CallControls/{ToggleCameraButton.tsx → ToggleVideoButton.tsx} +20 -13
- package/src/components/CallControls/index.ts +2 -2
- package/src/components/CallParticipantsList/BlockedUserListing.tsx +1 -2
- package/src/components/CallParticipantsList/CallParticipantListingItem.tsx +27 -3
- package/src/components/CallParticipantsList/CallParticipantsList.tsx +1 -1
- package/src/components/{StreamCall → CallStats}/CallStats.tsx +3 -3
- package/src/components/CallStats/index.ts +2 -0
- package/src/components/Debug/DebugStatsView.tsx +60 -7
- package/src/components/DeviceSettings/DeviceSelectorAudio.tsx +9 -4
- package/src/components/DeviceSettings/DeviceSelectorVideo.tsx +3 -3
- package/src/components/Notification/SpeakingWhileMutedNotification.tsx +9 -8
- package/src/components/PendingCallPanel/PendingCallControls.tsx +27 -0
- package/src/components/PendingCallPanel/PendingCallPanel.tsx +71 -0
- package/src/components/PendingCallPanel/index.ts +2 -0
- package/src/components/Permissions/PermissionRequests.tsx +2 -8
- package/src/components/StreamCall/CallParticipantsScreenView.tsx +3 -4
- package/src/components/StreamCall/CallParticipantsView.tsx +3 -4
- package/src/components/StreamTheme/StreamTheme.tsx +19 -0
- package/src/components/StreamTheme/index.ts +1 -0
- package/src/components/Video/VideoPreview.tsx +16 -6
- package/src/components/Video/index.ts +1 -1
- package/src/components/index.ts +2 -2
- package/src/core/components/CallLayout/PaginatedGridLayout.tsx +32 -36
- package/src/core/components/CallLayout/SpeakerLayout.tsx +48 -25
- package/src/core/components/ParticipantView/DefaultParticipantViewUI.tsx +160 -0
- package/src/core/components/ParticipantView/ParticipantView.tsx +156 -0
- package/src/core/components/ParticipantView/index.ts +2 -0
- package/src/core/components/StreamCall/StreamCall.tsx +157 -0
- package/src/core/components/StreamCall/index.ts +1 -0
- package/src/core/components/Video/BaseVideo.tsx +9 -24
- package/src/core/components/Video/DefaultVideoPlaceholder.tsx +36 -0
- package/src/core/components/Video/Video.tsx +62 -48
- package/src/core/components/index.ts +3 -2
- package/src/core/contexts/MediaDevicesContext.tsx +179 -136
- package/src/core/hooks/index.ts +2 -0
- package/src/core/hooks/useAudioPublisher.ts +9 -3
- package/src/core/hooks/useDevices.ts +161 -0
- package/src/core/hooks/useTrackElementVisibility.ts +44 -0
- package/src/core/hooks/useVideoPublisher.ts +36 -4
- package/src/hooks/index.ts +0 -1
- package/src/utilities/applyElementToRef.ts +12 -0
- package/src/utilities/chunk.ts +8 -0
- package/src/utilities/index.ts +3 -0
- package/src/utilities/isComponentType.ts +9 -0
- package/dist/src/components/CallControls/ToggleCameraButton.d.ts +0 -10
- package/dist/src/components/CallControls/ToggleCameraButton.js.map +0 -1
- package/dist/src/components/CallControls/ToggleParticipantListButton.d.ts +0 -6
- package/dist/src/components/CallControls/ToggleParticipantListButton.js +0 -7
- package/dist/src/components/CallControls/ToggleParticipantListButton.js.map +0 -1
- package/dist/src/components/Moderation/Restricted.d.ts +0 -19
- package/dist/src/components/Moderation/Restricted.js +0 -13
- package/dist/src/components/Moderation/Restricted.js.map +0 -1
- package/dist/src/components/Moderation/index.d.ts +0 -1
- package/dist/src/components/Moderation/index.js +0 -2
- package/dist/src/components/Moderation/index.js.map +0 -1
- package/dist/src/components/StreamCall/CallStats.d.ts +0 -2
- package/dist/src/components/StreamCall/CallStats.js.map +0 -1
- package/dist/src/components/StreamCall/CallStatsLatencyChart.js.map +0 -1
- package/dist/src/components/StreamMeeting/StreamMeeting.d.ts +0 -34
- package/dist/src/components/StreamMeeting/StreamMeeting.js +0 -26
- package/dist/src/components/StreamMeeting/StreamMeeting.js.map +0 -1
- package/dist/src/components/StreamMeeting/index.d.ts +0 -1
- package/dist/src/components/StreamMeeting/index.js +0 -2
- package/dist/src/components/StreamMeeting/index.js.map +0 -1
- package/dist/src/core/components/ParticipantBox/ParticipantBox.d.ts +0 -48
- package/dist/src/core/components/ParticipantBox/ParticipantBox.js +0 -58
- package/dist/src/core/components/ParticipantBox/ParticipantBox.js.map +0 -1
- package/dist/src/core/components/ParticipantBox/index.d.ts +0 -1
- package/dist/src/core/components/ParticipantBox/index.js +0 -2
- package/dist/src/core/components/ParticipantBox/index.js.map +0 -1
- package/dist/src/core/components/Video/VideoPlaceholder.d.ts +0 -6
- package/dist/src/core/components/Video/VideoPlaceholder.js +0 -12
- package/dist/src/core/components/Video/VideoPlaceholder.js.map +0 -1
- package/dist/src/hooks/useRtcStats.d.ts +0 -11
- package/dist/src/hooks/useRtcStats.js +0 -39
- package/dist/src/hooks/useRtcStats.js.map +0 -1
- package/src/components/CallControls/ToggleParticipantListButton.tsx +0 -17
- package/src/components/Moderation/Restricted.tsx +0 -38
- package/src/components/Moderation/index.ts +0 -1
- package/src/components/StreamMeeting/StreamMeeting.tsx +0 -80
- package/src/components/StreamMeeting/index.ts +0 -1
- package/src/core/components/ParticipantBox/ParticipantBox.tsx +0 -248
- package/src/core/components/ParticipantBox/index.ts +0 -1
- package/src/core/components/Video/VideoPlaceholder.tsx +0 -40
- package/src/hooks/useRtcStats.ts +0 -36
- /package/dist/src/components/{StreamCall → CallStats}/CallStatsLatencyChart.d.ts +0 -0
- /package/dist/src/components/{StreamCall → CallStats}/CallStatsLatencyChart.js +0 -0
- /package/src/components/{StreamCall → CallStats}/CallStatsLatencyChart.tsx +0 -0
package/dist/css/styles.css
CHANGED
|
@@ -23,253 +23,33 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.str-video {
|
|
26
|
-
/* Used for elements where sizing is necessary (such as icons, avatar), you can use this variable to scale those elements */
|
|
27
|
-
--str-video__spacing-px: 1px;
|
|
28
|
-
/* Used for margins and paddings */
|
|
29
|
-
--str-video__spacing-0_5: 0.125rem;
|
|
30
|
-
/* Used for margins and paddings */
|
|
31
|
-
--str-video__spacing-1: 0.25rem;
|
|
32
|
-
/* Used for margins and paddings */
|
|
33
|
-
--str-video__spacing-1_5: 0.375rem;
|
|
34
|
-
/* Used for margins and paddings */
|
|
35
|
-
--str-video__spacing-2: 0.5rem;
|
|
36
|
-
/* Used for margins and paddings */
|
|
37
|
-
--str-video__spacing-2_5: 0.625rem;
|
|
38
|
-
/* Used for margins and paddings */
|
|
39
|
-
--str-video__spacing-3: 0.75rem;
|
|
40
|
-
/* Used for margins and paddings */
|
|
41
|
-
--str-video__spacing-3_5: 0.875rem;
|
|
42
|
-
/* Used for margins and paddings */
|
|
43
|
-
--str-video__spacing-4: 1rem;
|
|
44
|
-
/* Used for margins and paddings */
|
|
45
|
-
--str-video__spacing-5: 1.25rem;
|
|
46
|
-
/* Used for margins and paddings */
|
|
47
|
-
--str-video__spacing-6: 1.5rem;
|
|
48
|
-
/* Used for margins and paddings */
|
|
49
|
-
--str-video__spacing-7: 1.75rem;
|
|
50
|
-
/* Used for margins and paddings */
|
|
51
|
-
--str-video__spacing-8: 2rem;
|
|
52
|
-
/* Used for margins and paddings */
|
|
53
|
-
--str-video__spacing-9: 2.25rem;
|
|
54
|
-
/* Used for margins and paddings */
|
|
55
|
-
--str-video__spacing-10: 2.5rem;
|
|
56
|
-
/* Used for margins and paddings */
|
|
57
|
-
--str-video__spacing-11: 2.75rem;
|
|
58
|
-
/* Used for margins and paddings */
|
|
59
|
-
--str-video__spacing-12: 3rem;
|
|
60
|
-
/* Used for margins and paddings */
|
|
61
|
-
--str-video__spacing-14: 3.5rem;
|
|
62
|
-
/* Used for margins and paddings */
|
|
63
|
-
--str-video__spacing-16: 4rem;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.str-video {
|
|
67
|
-
/* Border radius used for slightly rounded elements */
|
|
68
|
-
--str-video__border-radius-xxxs: 2px;
|
|
69
|
-
/* Border radius used for slightly rounded elements */
|
|
70
26
|
--str-video__border-radius-xxs: 4px;
|
|
71
|
-
/* Border radius used for slightly rounded elements */
|
|
72
27
|
--str-video__border-radius-xs: 8px;
|
|
73
|
-
/* Border radius used for slightly rounded elements */
|
|
74
28
|
--str-video__border-radius-sm: 12px;
|
|
75
|
-
/* Border radius used for rounded elements */
|
|
76
29
|
--str-video__border-radius-md: 18px;
|
|
77
|
-
/* Border radius used for rounded elements */
|
|
78
30
|
--str-video__border-radius-lg: 20px;
|
|
79
|
-
/* Border radius used for rounded elements */
|
|
80
31
|
--str-video__border-radius-xl: 30px;
|
|
81
|
-
/* Border radius used for circular elements */
|
|
82
32
|
--str-video__border-radius-circle: 999px;
|
|
83
|
-
|
|
84
|
-
--str-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
--str-
|
|
88
|
-
|
|
89
|
-
--str-
|
|
90
|
-
|
|
91
|
-
--str-
|
|
92
|
-
|
|
93
|
-
--str-video__body-medium-text: 500 0.875rem/1rem var(--str-video__font-family);
|
|
94
|
-
/* The font used for body texts */
|
|
95
|
-
--str-video__body2-text: 0.9375rem/1rem var(--str-video__font-family);
|
|
96
|
-
/* The font used for body texts with emphasize */
|
|
97
|
-
--str-video__body2-medium-text: 500 0.9375rem/1rem var(--str-video__font-family);
|
|
98
|
-
/* The font used for subtitle texts */
|
|
99
|
-
--str-video__subtitle-text: 1rem/1.25rem var(--str-video__font-family);
|
|
100
|
-
/* The font used for subtitle texts with emphasize */
|
|
101
|
-
--str-video__subtitle-medium-text: 500 1rem/1.25rem var(--str-video__font-family);
|
|
102
|
-
/* The font used for subtitle texts */
|
|
103
|
-
--str-video__subtitle2-text: 1.25rem/1.5rem var(--str-video__font-family);
|
|
104
|
-
/* The font used for subtitle texts with emphasize */
|
|
105
|
-
--str-video__subtitle2-medium-text: 500 1.25rem/1.5rem var(--str-video__font-family);
|
|
106
|
-
/* The font used for headline texts */
|
|
107
|
-
--str-video__headline-text: 1.5rem/1.5rem var(--str-video__font-family);
|
|
108
|
-
/* The font used for headline texts */
|
|
109
|
-
--str-video__headline2-text: 1.8rem/1.8rem var(--str-video__font-family);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.str-video,
|
|
113
|
-
.str-video__theme-light {
|
|
114
|
-
/* Used for emphasis, brands can inject their main color using this variable */
|
|
115
|
-
--str-video__primary-color: var(--str-video__blue500);
|
|
116
|
-
/* Used for emphasised overlays - color of --str-video__primary-color with alpha channel */
|
|
117
|
-
--str-video__primary-overlay-color: rgba(0, 95, 255, 0.6);
|
|
118
|
-
/* Used for emphasis, brands can inject their main color using this variable, it has less emphasis than primary color */
|
|
119
|
-
--str-video__primary-color-low-emphasis: var(--str-video__blue300);
|
|
120
|
-
/* Used to indicate that a UI element with primary color is in an active state */
|
|
121
|
-
--str-video__active-primary-color: var(--str-video__blue600);
|
|
122
|
-
/* If the primary color is used as a background, text/icons are displayed in this color */
|
|
123
|
-
--str-video__on-primary-color: var(--str-video__grey50);
|
|
124
|
-
/* Used as a background color for the main video UI components */
|
|
125
|
-
--str-video__background-color: var(--str-video__grey50);
|
|
126
|
-
/* Used as a background color for the main video UI components */
|
|
127
|
-
--str-video__secondary-background-color: var(--str-video__grey50);
|
|
128
|
-
/* Used as a background color to give emphasis, but less vibrant than the primary color */
|
|
129
|
-
--str-video__primary-surface-color: var(--str-video__blue100);
|
|
130
|
-
/* Used as a background color to give emphasis, but less vibrant than the primary surface color */
|
|
131
|
-
--str-video__primary-surface-color-low-emphasis: var(--str-video__blue50);
|
|
132
|
-
/* A neutral color used to give emphasis to different surfaces */
|
|
133
|
-
--str-video__surface-color: var(--str-video__grey300);
|
|
134
|
-
/* A neutral color used to give emphasis to different surfaces */
|
|
135
|
-
--str-video__secondary-surface-color: var(--str-video__grey200);
|
|
136
|
-
/* A neutral color used to give emphasis to different surfaces */
|
|
137
|
-
--str-video__tertiary-surface-color: var(--str-video__grey100);
|
|
138
|
-
/* The main color used for texts/icons */
|
|
139
|
-
--str-video__text-color: var(--str-video__grey950);
|
|
140
|
-
/* Used for texts/icons that need less emphasis */
|
|
141
|
-
--str-video__text-low-emphasis-color: var(--str-video__grey500);
|
|
142
|
-
/* Used for displaying disabled UI elements (typically buttons) */
|
|
143
|
-
--str-video__disabled-color: var(--str-video__grey400);
|
|
144
|
-
/* Used for text/icon colors if disabled color is used as a background color */
|
|
145
|
-
--str-video__on-disabled-color: var(--str-video__grey50);
|
|
146
|
-
/* Used for error messages, and destructive actions */
|
|
147
|
-
--str-video__danger-color: var(--str-video__red400);
|
|
148
|
-
/* The background color used to highlight a message when jumping to a message. Only available in React SDK. */
|
|
149
|
-
--str-video__message-highlight-color: var(--str-video__yellow100);
|
|
150
|
-
/* Used for displaying the unread badge */
|
|
151
|
-
--str-video__unread-badge-color: var(--str-video__red400);
|
|
152
|
-
/* Used for text/icon colors if unread badge color is used as a background color */
|
|
153
|
-
--str-video__on-unread-badge-color: var(--str-video__grey50);
|
|
154
|
-
/* The background color used for overlays */
|
|
155
|
-
--str-video__overlay-color: rgba(252, 252, 252, 0.9);
|
|
156
|
-
/* The background color used for subtle overlays */
|
|
157
|
-
--str-video__secondary-overlay-color: rgba(0, 0, 0, 0.2);
|
|
158
|
-
/* The text/icon color used on subtle overlays */
|
|
159
|
-
--str-video__secondary-overlay-text-color: var(--str-video__grey50);
|
|
160
|
-
/* The background color used for opaque surfaces */
|
|
161
|
-
--str-video__opaque-surface-background-color: rgba(0, 0, 0, 0.8);
|
|
162
|
-
/* The text color used on opaque surfaces */
|
|
163
|
-
--str-video__opaque-surface-text-color: var(--str-video__grey50);
|
|
164
|
-
/* If a component has a box shadow applied to it, this will be the color used for the shadow */
|
|
165
|
-
--str-video__box-shadow-color: rgba(0, 0, 0, 0.18);
|
|
166
|
-
/* Used for online indicator and success messages */
|
|
167
|
-
--str-video__info-color: var(--str-video__green500);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.str-video__theme-dark {
|
|
171
|
-
--str-video__primary-color: var(--str-video__blue400);
|
|
172
|
-
--str-video__primary-overlay-color: rgba(51, 126, 255, 0.6);
|
|
173
|
-
--str-video__primary-color-low-emphasis: var(--str-video__blue700);
|
|
174
|
-
--str-video__active-primary-color: var(--str-video__blue600);
|
|
175
|
-
--str-video__on-primary-color: var(--str-video__grey50);
|
|
176
|
-
--str-video__background-color: var(--str-video__grey950);
|
|
177
|
-
--str-video__secondary-background-color: var(--str-video__grey900);
|
|
178
|
-
--str-video__primary-surface-color: var(--str-video__blue900);
|
|
179
|
-
--str-video__primary-surface-color-low-emphasis: var(--str-video__blue950);
|
|
180
|
-
--str-video__surface-color: var(--str-video__grey700);
|
|
181
|
-
--str-video__secondary-surface-color: var(--str-video__grey800);
|
|
182
|
-
--str-video__tertiary-surface-color: var(--str-video__grey900);
|
|
183
|
-
--str-video__text-color: var(--str-video__grey50);
|
|
184
|
-
--str-video__text-low-emphasis-color: var(--str-video__grey500);
|
|
185
|
-
--str-video__disabled-color: var(--str-video__grey600);
|
|
186
|
-
--str-video__on-disabled-color: var(--str-video__grey50);
|
|
187
|
-
--str-video__danger-color: var(--str-video__red600);
|
|
188
|
-
--str-video__message-highlight-color: var(--str-video__yellow900);
|
|
189
|
-
--str-video__unread-badge-color: var(--str-video__red400);
|
|
190
|
-
--str-video__on-unread-badge-color: var(--str-video__grey50);
|
|
191
|
-
--str-video__overlay-color: rgba(0, 0, 0, 0.7);
|
|
192
|
-
--str-video__secondary-overlay-color: rgba(0, 0, 0, 0.4);
|
|
193
|
-
--str-video__secondary-overlay-text-color: var(--str-video__grey50);
|
|
194
|
-
--str-video__opaque-surface-background-color: rgba(250, 250, 250, 0.85);
|
|
195
|
-
--str-video__opaque-surface-text-color: var(--str-video__grey900);
|
|
196
|
-
--str-video__box-shadow-color: rgba(0, 0, 0, 0.8);
|
|
197
|
-
--str-video__info-color: var(--str-video__green500);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.str-video {
|
|
201
|
-
--str-video__blue950: #001333;
|
|
202
|
-
--str-video__blue900: #00163d;
|
|
203
|
-
--str-video__blue800: #002666;
|
|
204
|
-
--str-video__blue700: #003999;
|
|
205
|
-
--str-video__blue600: #004ccc;
|
|
206
|
-
--str-video__blue500: #005fff;
|
|
207
|
-
--str-video__blue400: #337eff;
|
|
208
|
-
--str-video__blue300: #669fff;
|
|
209
|
-
--str-video__blue200: #ccdfff;
|
|
210
|
-
--str-video__blue100: #e0f0ff;
|
|
211
|
-
--str-video__blue50: #ebf5ff;
|
|
212
|
-
--str-video__grey950: #080707;
|
|
213
|
-
--str-video__grey900: #17191c;
|
|
214
|
-
--str-video__grey800: #1c1e22;
|
|
215
|
-
--str-video__grey700: #272a30;
|
|
216
|
-
--str-video__grey600: #4c525c;
|
|
217
|
-
--str-video__grey500: #72767e;
|
|
218
|
-
--str-video__grey400: #b4b7bb;
|
|
219
|
-
--str-video__grey300: #dbdde1;
|
|
220
|
-
--str-video__grey200: #e9eaed;
|
|
221
|
-
--str-video__grey100: #f4f4f5;
|
|
222
|
-
--str-video__grey50: #ffffff;
|
|
223
|
-
--str-video__red900: #330003;
|
|
224
|
-
--str-video__red800: #660006;
|
|
225
|
-
--str-video__red700: #990008;
|
|
226
|
-
--str-video__red600: #cc000b;
|
|
227
|
-
--str-video__red500: #ff000e;
|
|
228
|
-
--str-video__red400: #ff3742;
|
|
229
|
-
--str-video__red300: #ff666e;
|
|
230
|
-
--str-video__red200: #ff999f;
|
|
231
|
-
--str-video__red100: #ffe5e7;
|
|
232
|
-
--str-video__green900: #062d16;
|
|
233
|
-
--str-video__green800: #0d592c;
|
|
234
|
-
--str-video__green700: #138643;
|
|
235
|
-
--str-video__green600: #19b359;
|
|
236
|
-
--str-video__green500: #20e070;
|
|
237
|
-
--str-video__green400: #4ce68c;
|
|
238
|
-
--str-video__green300: #79eca9;
|
|
239
|
-
--str-video__green200: #a6f2c6;
|
|
240
|
-
--str-video__green100: #e9f1ff;
|
|
241
|
-
--str-video__yellow900: #332500;
|
|
242
|
-
--str-video__yellow800: #664900;
|
|
243
|
-
--str-video__yellow700: #996e00;
|
|
244
|
-
--str-video__yellow600: #cc9200;
|
|
245
|
-
--str-video__yellow500: #ffb700;
|
|
246
|
-
--str-video__yellow400: #ffd466;
|
|
247
|
-
--str-video__yellow300: #ffe299;
|
|
248
|
-
--str-video__yellow200: #fff1cc;
|
|
249
|
-
--str-video__yellow100: #fff8e5;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.str-video,
|
|
253
|
-
.str-video__call,
|
|
254
|
-
.str-video__theme-variables {
|
|
33
|
+
--str-video__primary-color: #005fff;
|
|
34
|
+
--str-video__secondary-color: #669fff;
|
|
35
|
+
--str-video__text-color1: #ffffff;
|
|
36
|
+
--str-video__text-color2: #b4b7bb;
|
|
37
|
+
--str-video__text-color3: #72767e;
|
|
38
|
+
--str-video__text-color4: #f7f7f8;
|
|
39
|
+
--str-video__info-color: #4ce68c;
|
|
40
|
+
--str-video__info-color--accent: #20e070;
|
|
41
|
+
--str-video__danger-color: #ff3742;
|
|
42
|
+
--str-video__danger-color--accent: #ff000e;
|
|
255
43
|
--str-video__background-color0: #000000;
|
|
256
44
|
--str-video__background-color1: #1c1e22;
|
|
257
45
|
--str-video__background-color2: #272a30;
|
|
258
|
-
--str-video__background-color3: #
|
|
46
|
+
--str-video__background-color3: #f4f4f5;
|
|
259
47
|
--str-video__background-color4: #121416;
|
|
260
48
|
--str-video__background-color5: #4a5059;
|
|
261
|
-
--str-
|
|
262
|
-
--str-
|
|
49
|
+
--str-video__background-color6: #b4b7bb;
|
|
50
|
+
--str-video__background-color7: #72767e;
|
|
263
51
|
--str-video__overlay-color: rgba(39, 42, 48, 0.75);
|
|
264
|
-
--str-
|
|
265
|
-
--str-video__text-color2: #b4b7bb;
|
|
266
|
-
--str-video__text-color3: #72767e;
|
|
267
|
-
--str-video__text-color4: #f7f7f8;
|
|
268
|
-
--str-video__border-radius1: 8px;
|
|
269
|
-
--str-video__border-radius2: 12px;
|
|
270
|
-
--str-video__border-radius-circle: 9999px;
|
|
271
|
-
--str-video__primary-color: #005fff;
|
|
272
|
-
--str-video__secondary-color: #337eff;
|
|
52
|
+
--str-video__icon--call-accept: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNy41MSAxMi4zODJDMTYuMjggMTIuMzgyIDE1LjA5IDEyLjE4MiAxMy45OCAxMS44MjJDMTMuNjMgMTEuNzAyIDEzLjI0IDExLjc5MiAxMi45NyAxMi4wNjJMMTEuNCAxNC4wMzJDOC41NyAxMi42ODIgNS45MiAxMC4xMzIgNC41MSA3LjIwMTk1TDYuNDYgNS41NDE5NUM2LjczIDUuMjYxOTUgNi44MSA0Ljg3MTk1IDYuNyA0LjUyMTk1QzYuMzMgMy40MTE5NSA2LjE0IDIuMjIxOTUgNi4xNCAwLjk5MTk1M0M2LjE0IDAuNDUxOTUzIDUuNjkgMC4wMDE5NTMxMyA1LjE1IDAuMDAxOTUzMTNIMS42OUMxLjE1IDAuMDAxOTUzMTIgMC41IDAuMjQxOTUzIDAuNSAwLjk5MTk1M0MwLjUgMTAuMjgyIDguMjMgMTguMDAyIDE3LjUxIDE4LjAwMkMxOC4yMiAxOC4wMDIgMTguNSAxNy4zNzIgMTguNSAxNi44MjJWMTMuMzcyQzE4LjUgMTIuODMyIDE4LjA1IDEyLjM4MiAxNy41MSAxMi4zODJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
|
|
273
53
|
--str-video__icon--call-end: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDIuNDY4NzRDMTEuMzMzMyAyLjQ2ODc0IDkuNzE4NzUgMi43MjkxNiA4LjIwODMzIDMuMjE4NzRWNi40NDc5MUM4LjIwODMzIDYuODU0MTYgNy45Njg3NSA3LjIxODc0IDcuNjI1IDcuMzg1NDFDNi42MDQxNyA3Ljg5NTgzIDUuNjc3MDggOC41NTIwOCA0Ljg1NDE3IDkuMzEyNDlDNC42NjY2NyA5LjQ5OTk5IDQuNDA2MjUgOS42MDQxNiA0LjEyNSA5LjYwNDE2QzMuODMzMzMgOS42MDQxNiAzLjU3MjkyIDkuNDg5NTggMy4zODU0MiA5LjMwMjA4TDAuODAyMDgzIDYuNzE4NzRDMC42MTQ1ODMgNi41NDE2NiAwLjUgNi4yODEyNCAwLjUgNS45ODk1N0MwLjUgNS42OTc5MSAwLjYxNDU4MyA1LjQzNzQ5IDAuODAyMDgzIDUuMjQ5OTlDMy45NzkxNyAyLjIzOTU3IDguMjcwODMgMC4zODU0MDYgMTMgMC4zODU0MDZDMTcuNzI5MiAwLjM4NTQwNiAyMi4wMjA4IDIuMjM5NTcgMjUuMTk3OSA1LjI0OTk5QzI1LjM4NTQgNS40Mzc0OSAyNS41IDUuNjk3OTEgMjUuNSA1Ljk4OTU3QzI1LjUgNi4yODEyNCAyNS4zODU0IDYuNTQxNjYgMjUuMTk3OSA2LjcyOTE2TDIyLjYxNDYgOS4zMTI0OUMyMi40MjcxIDkuNDk5OTkgMjIuMTY2NyA5LjYxNDU4IDIxLjg3NSA5LjYxNDU4QzIxLjU5MzggOS42MTQ1OCAyMS4zMzMzIDkuNDk5OTkgMjEuMTQ1OCA5LjMyMjkxQzIwLjMyMjkgOC41NTIwOCAxOS4zODU0IDcuOTA2MjQgMTguMzY0NiA3LjM5NTgyQzE4LjAyMDggNy4yMjkxNiAxNy43ODEyIDYuODc0OTkgMTcuNzgxMiA2LjQ1ODMyVjMuMjI5MTZDMTYuMjgxMiAyLjcyOTE2IDE0LjY2NjcgMi40Njg3NCAxMyAyLjQ2ODc0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
|
|
274
54
|
--str-video__icon--camera: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjExMTEgMTBWNS4zMzMzM0MxOC4xMTExIDQuNiAxNy41NjExIDQgMTYuODg4OSA0SDIuMjIyMjJDMS41NSA0IDEgNC42IDEgNS4zMzMzM1YxOC42NjY3QzEgMTkuNCAxLjU1IDIwIDIuMjIyMjIgMjBIMTYuODg4OUMxNy41NjExIDIwIDE4LjExMTEgMTkuNCAxOC4xMTExIDE4LjY2NjdWMTRMMjEuMjYyOCAxNy40MzgzQzIxLjg3OTEgMTguMTEwNSAyMyAxNy42NzQ1IDIzIDE2Ljc2MjVWNy4yMzc0N0MyMyA2LjMyNTQ2IDIxLjg3OTEgNS44ODk0NSAyMS4yNjI4IDYuNTYxNzRMMTguMTExMSAxMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
|
|
275
55
|
--str-video__icon--camera-off: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzIDYuMjEwNTNMMTguMzY4NCAxMC44NDIxVjYuNzg5NDdDMTguMzY4NCA2LjE1MjYzIDE3Ljg0NzQgNS42MzE1OCAxNy4yMTA1IDUuNjMxNThIMTAuMDU0N0wyMyAxOC41NzY4VjYuMjEwNTNaTTIuNDcwNTMgMUwxIDIuNDcwNTNMNC4xNjEwNSA1LjYzMTU4SDMuMzE1NzlDMi42Nzg5NSA1LjYzMTU4IDIuMTU3ODkgNi4xNTI2MyAyLjE1Nzg5IDYuNzg5NDdWMTguMzY4NEMyLjE1Nzg5IDE5LjAwNTMgMi42Nzg5NSAxOS41MjYzIDMuMzE1NzkgMTkuNTI2M0gxNy4yMTA1QzE3LjQ1MzcgMTkuNTI2MyAxNy42NjIxIDE5LjQzMzcgMTcuODM1OCAxOS4zMTc5TDIxLjUyOTUgMjNMMjMgMjEuNTI5NUwyLjQ3MDUzIDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
|
|
@@ -382,7 +162,7 @@
|
|
|
382
162
|
.str-video__call-controls__button {
|
|
383
163
|
padding: 0.5rem;
|
|
384
164
|
}
|
|
385
|
-
.str-video__call-controls__button--variant-danger {
|
|
165
|
+
.str-video__call-controls__button--variant-danger, .str-video__call-controls__button--variant-success {
|
|
386
166
|
padding: 0.5rem 1rem;
|
|
387
167
|
}
|
|
388
168
|
.str-video__call-controls__button[disabled] {
|
|
@@ -401,6 +181,10 @@
|
|
|
401
181
|
width: 1.5rem;
|
|
402
182
|
height: 1.5rem;
|
|
403
183
|
}
|
|
184
|
+
.str-video__call-controls__button .str-video__icon--call-accept {
|
|
185
|
+
width: 1.5rem;
|
|
186
|
+
height: 1.5rem;
|
|
187
|
+
}
|
|
404
188
|
|
|
405
189
|
.str-video__text-button {
|
|
406
190
|
all: unset;
|
|
@@ -425,7 +209,7 @@
|
|
|
425
209
|
);
|
|
426
210
|
/* The background color of the component */
|
|
427
211
|
--str-video__composite-button__button-group-active--background-color: var(
|
|
428
|
-
--str-
|
|
212
|
+
--str-video__background-color7
|
|
429
213
|
);
|
|
430
214
|
}
|
|
431
215
|
|
|
@@ -471,13 +255,19 @@
|
|
|
471
255
|
background-color: var(--str-video__composite-button__button-group-active--background-color);
|
|
472
256
|
}
|
|
473
257
|
.str-video__call-controls__button--variant-danger {
|
|
474
|
-
background-color: var(--str-video__danger-
|
|
258
|
+
background-color: var(--str-video__danger-color);
|
|
475
259
|
}
|
|
476
260
|
.str-video__call-controls__button--variant-danger:hover {
|
|
477
|
-
background-color: var(--str-video__danger-
|
|
261
|
+
background-color: var(--str-video__danger-color--accent);
|
|
262
|
+
}
|
|
263
|
+
.str-video__call-controls__button--variant-success {
|
|
264
|
+
background-color: var(--str-video__info-color);
|
|
265
|
+
}
|
|
266
|
+
.str-video__call-controls__button--variant-success:hover {
|
|
267
|
+
background-color: var(--str-video__info-color--accent);
|
|
478
268
|
}
|
|
479
269
|
.str-video__call-controls__button--enabled {
|
|
480
|
-
background: var(--str-
|
|
270
|
+
background: var(--str-video__background-color7);
|
|
481
271
|
}
|
|
482
272
|
|
|
483
273
|
.str-video__call-controls {
|
|
@@ -491,7 +281,7 @@
|
|
|
491
281
|
display: flex;
|
|
492
282
|
flex-direction: column;
|
|
493
283
|
padding: 10px;
|
|
494
|
-
border-radius: var(--str-video__border-
|
|
284
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
495
285
|
}
|
|
496
286
|
.str-video__call-controls .str-video__reactions-menu .str-video__reactions-menu__button {
|
|
497
287
|
font-size: 1.5rem;
|
|
@@ -536,7 +326,7 @@
|
|
|
536
326
|
.str-video__call-participants-screen-view .str-video__call-participants-screen-view__screen__presenter {
|
|
537
327
|
padding: 0.625rem 0 0.625rem 0.625rem;
|
|
538
328
|
background-color: var(--str-video__background-color1);
|
|
539
|
-
border-radius: var(--str-video__border-
|
|
329
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
540
330
|
}
|
|
541
331
|
.str-video__call-participants-screen-view .str-video__call-participants-screen-view__participants-wrapper {
|
|
542
332
|
flex: 1 1;
|
|
@@ -578,17 +368,7 @@
|
|
|
578
368
|
width: 0.8rem;
|
|
579
369
|
height: 0.8rem;
|
|
580
370
|
}
|
|
581
|
-
.str-video__call-participants-screen-view .str-
|
|
582
|
-
min-height: 0;
|
|
583
|
-
object-fit: contain;
|
|
584
|
-
}
|
|
585
|
-
.str-video__call-participants-screen-view .str-video__video--wide {
|
|
586
|
-
width: 100%;
|
|
587
|
-
height: 100%;
|
|
588
|
-
}
|
|
589
|
-
.str-video__call-participants-screen-view .str-video__video--tall {
|
|
590
|
-
height: 100%;
|
|
591
|
-
width: 100%;
|
|
371
|
+
.str-video__call-participants-screen-view .str-video__video--screen-share {
|
|
592
372
|
object-fit: contain;
|
|
593
373
|
}
|
|
594
374
|
|
|
@@ -600,6 +380,7 @@
|
|
|
600
380
|
align-items: center;
|
|
601
381
|
justify-items: center;
|
|
602
382
|
height: 100%;
|
|
383
|
+
min-height: 0;
|
|
603
384
|
}
|
|
604
385
|
.str-video__call-participants-view.str-video__grid-1 {
|
|
605
386
|
grid-template-columns: repeat(1, 1fr);
|
|
@@ -904,7 +685,7 @@
|
|
|
904
685
|
--str-video__background-color1
|
|
905
686
|
);
|
|
906
687
|
--str-video__participant-list--border-radius: var(
|
|
907
|
-
--str-video__border-
|
|
688
|
+
--str-video__border-radius-xs
|
|
908
689
|
);
|
|
909
690
|
--str-video__participant-list-header--color: var(--str-video__text-color1);
|
|
910
691
|
--str-video__participant-list-header--title-count__color: var(
|
|
@@ -912,7 +693,7 @@
|
|
|
912
693
|
);
|
|
913
694
|
--str-video__participant-list-header__close-button--background-color: #121416;
|
|
914
695
|
--str-video__participant-list-header__close-button--border-radius: var(
|
|
915
|
-
--str-video__border-
|
|
696
|
+
--str-video__border-radius-xs
|
|
916
697
|
);
|
|
917
698
|
--str-video__participant-list-header__close-button-icon--background-color: #72767e;
|
|
918
699
|
}
|
|
@@ -1048,7 +829,7 @@
|
|
|
1048
829
|
-webkit-mask-position: center;
|
|
1049
830
|
mask-size: contain;
|
|
1050
831
|
-webkit-mask-size: contain;
|
|
1051
|
-
background-color: var(--str-video__danger-
|
|
832
|
+
background-color: var(--str-video__danger-color);
|
|
1052
833
|
}
|
|
1053
834
|
.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-camera {
|
|
1054
835
|
mask-image: var(--str-video__icon--camera);
|
|
@@ -1070,7 +851,7 @@
|
|
|
1070
851
|
-webkit-mask-position: center;
|
|
1071
852
|
mask-size: contain;
|
|
1072
853
|
-webkit-mask-size: contain;
|
|
1073
|
-
background-color: var(--str-video__danger-
|
|
854
|
+
background-color: var(--str-video__danger-color);
|
|
1074
855
|
}
|
|
1075
856
|
.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-pinned {
|
|
1076
857
|
mask-image: var(--str-video__icon--pin);
|
|
@@ -1177,7 +958,9 @@
|
|
|
1177
958
|
}
|
|
1178
959
|
|
|
1179
960
|
.str-video__call-recording-list__title {
|
|
1180
|
-
font:
|
|
961
|
+
font-weight: 500;
|
|
962
|
+
font-size: 1rem;
|
|
963
|
+
line-height: 1.25rem;
|
|
1181
964
|
}
|
|
1182
965
|
|
|
1183
966
|
.str-video__call-controls__button--icon-call-recordings {
|
|
@@ -1193,7 +976,7 @@
|
|
|
1193
976
|
}
|
|
1194
977
|
|
|
1195
978
|
.str-video__call-recordings__toggle-button--active {
|
|
1196
|
-
background-color: var(--str-
|
|
979
|
+
background-color: var(--str-video__background-color7);
|
|
1197
980
|
}
|
|
1198
981
|
|
|
1199
982
|
.str-video__refresh-button {
|
|
@@ -1202,7 +985,7 @@
|
|
|
1202
985
|
border-radius: 4px;
|
|
1203
986
|
}
|
|
1204
987
|
.str-video__refresh-button:hover {
|
|
1205
|
-
background-color: var(--str-
|
|
988
|
+
background-color: var(--str-video__background-color7);
|
|
1206
989
|
}
|
|
1207
990
|
.str-video__refresh-button:active {
|
|
1208
991
|
background-color: var(--str-video__background-color5);
|
|
@@ -1237,7 +1020,7 @@
|
|
|
1237
1020
|
background-color: transparent;
|
|
1238
1021
|
}
|
|
1239
1022
|
.str-video__call-recording-list-item__actions .str-video__call-recording-list-item__action-button:hover {
|
|
1240
|
-
background-color: var(--str-
|
|
1023
|
+
background-color: var(--str-video__background-color7);
|
|
1241
1024
|
}
|
|
1242
1025
|
.str-video__call-recording-list-item__actions .str-video__call-recording-list-item__action-button:active {
|
|
1243
1026
|
background-color: var(--str-video__background-color5);
|
|
@@ -1267,12 +1050,14 @@
|
|
|
1267
1050
|
}
|
|
1268
1051
|
|
|
1269
1052
|
.str-video__call-recording-list__listing .str-video__loading-indicator .str-video__loading-indicator-text {
|
|
1270
|
-
font:
|
|
1053
|
+
font-weight: 500;
|
|
1054
|
+
font-size: 0.75rem;
|
|
1055
|
+
line-height: 1rem;
|
|
1271
1056
|
}
|
|
1272
1057
|
|
|
1273
1058
|
.str-video__call-stats {
|
|
1274
1059
|
background-color: var(--str-video__background-color1);
|
|
1275
|
-
border-radius: var(--str-video__border-
|
|
1060
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
1276
1061
|
padding: 0.75rem;
|
|
1277
1062
|
max-width: 400px;
|
|
1278
1063
|
display: flex;
|
|
@@ -1298,7 +1083,7 @@
|
|
|
1298
1083
|
}
|
|
1299
1084
|
.str-video__call-stats .str-video__call-stats__card {
|
|
1300
1085
|
background-color: var(--str-video__background-color2);
|
|
1301
|
-
border-radius: var(--str-video__border-
|
|
1086
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
1302
1087
|
width: calc(50% - var(--gap) / 2);
|
|
1303
1088
|
padding: 0.5rem 0.5rem;
|
|
1304
1089
|
}
|
|
@@ -1397,11 +1182,14 @@
|
|
|
1397
1182
|
font-size: 1rem;
|
|
1398
1183
|
}
|
|
1399
1184
|
.str-video__device-settings__device-kind .str-video__device-settings__device-selector-title {
|
|
1400
|
-
font:
|
|
1185
|
+
font-weight: 500;
|
|
1186
|
+
font-size: 1rem;
|
|
1187
|
+
line-height: 1.25rem;
|
|
1401
1188
|
}
|
|
1402
1189
|
.str-video__device-settings__device-kind .str-video__device-settings__option {
|
|
1403
1190
|
color: var(--str-video__text-color3);
|
|
1404
|
-
font:
|
|
1191
|
+
font-size: 1rem;
|
|
1192
|
+
line-height: 1.25rem;
|
|
1405
1193
|
border-radius: var(--str-video__border-radius-xxs);
|
|
1406
1194
|
cursor: pointer;
|
|
1407
1195
|
transition: all 0.3s ease-out;
|
|
@@ -1448,12 +1236,12 @@
|
|
|
1448
1236
|
background-color: var(--str-video__text-color1);
|
|
1449
1237
|
}
|
|
1450
1238
|
.str-video__device-settings__button:hover, .str-video__device-settings__button:active {
|
|
1451
|
-
background-color: var(--str-
|
|
1452
|
-
border-radius: var(--str-video__border-
|
|
1239
|
+
background-color: var(--str-video__background-color7);
|
|
1240
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
1453
1241
|
}
|
|
1454
1242
|
|
|
1455
1243
|
.str-video__device-settings__button--active {
|
|
1456
|
-
background-color: var(--str-
|
|
1244
|
+
background-color: var(--str-video__background-color7);
|
|
1457
1245
|
}
|
|
1458
1246
|
|
|
1459
1247
|
.str-video__loading-indicator {
|
|
@@ -1473,6 +1261,8 @@
|
|
|
1473
1261
|
-webkit-mask-size: 1rem;
|
|
1474
1262
|
background-color: var(--str-video__text-color2);
|
|
1475
1263
|
animation: rotation 1s linear infinite;
|
|
1264
|
+
width: 1rem;
|
|
1265
|
+
height: 1rem;
|
|
1476
1266
|
}
|
|
1477
1267
|
|
|
1478
1268
|
@keyframes rotation {
|
|
@@ -1557,7 +1347,7 @@
|
|
|
1557
1347
|
|
|
1558
1348
|
.str-video__notification {
|
|
1559
1349
|
background-color: var(--str-video__background-color1);
|
|
1560
|
-
border-radius: var(--str-video__border-
|
|
1350
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
1561
1351
|
z-index: 100;
|
|
1562
1352
|
}
|
|
1563
1353
|
.str-video__notification .str-video__notification__icon {
|
|
@@ -1575,6 +1365,73 @@
|
|
|
1575
1365
|
font-size: 0.75rem;
|
|
1576
1366
|
}
|
|
1577
1367
|
|
|
1368
|
+
.str-video__call-panel {
|
|
1369
|
+
display: flex;
|
|
1370
|
+
flex-direction: column;
|
|
1371
|
+
align-items: center;
|
|
1372
|
+
justify-content: space-around;
|
|
1373
|
+
width: 400px;
|
|
1374
|
+
height: 300px;
|
|
1375
|
+
padding: 1rem 1rem 0.5rem;
|
|
1376
|
+
gap: 1rem;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list {
|
|
1380
|
+
overflow: hidden;
|
|
1381
|
+
display: flex;
|
|
1382
|
+
align-items: center;
|
|
1383
|
+
}
|
|
1384
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box {
|
|
1385
|
+
position: relative;
|
|
1386
|
+
display: flex;
|
|
1387
|
+
flex-direction: column;
|
|
1388
|
+
align-items: center;
|
|
1389
|
+
justify-content: center;
|
|
1390
|
+
padding: 2rem;
|
|
1391
|
+
}
|
|
1392
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__avatar {
|
|
1393
|
+
width: 80px;
|
|
1394
|
+
height: 80px;
|
|
1395
|
+
}
|
|
1396
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__member_details {
|
|
1397
|
+
position: absolute;
|
|
1398
|
+
bottom: 10%;
|
|
1399
|
+
padding: 0.125rem 0.375rem;
|
|
1400
|
+
}
|
|
1401
|
+
.str-video__call-panel--pending .str-video__pending-call-controls {
|
|
1402
|
+
display: flex;
|
|
1403
|
+
gap: 0.675rem;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.str-video__call-panel {
|
|
1407
|
+
background: var(--str-video__background-color3);
|
|
1408
|
+
border: 2px solid rgba(200, 200, 200, 0.6);
|
|
1409
|
+
border-radius: 10px;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box {
|
|
1413
|
+
border-radius: var(--str-video__border-radius-circle);
|
|
1414
|
+
background: var(--str-video__background-color6);
|
|
1415
|
+
}
|
|
1416
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box:before {
|
|
1417
|
+
content: "";
|
|
1418
|
+
position: absolute;
|
|
1419
|
+
inset: 0;
|
|
1420
|
+
border-radius: var(--str-video__border-radius-circle);
|
|
1421
|
+
padding: 4px;
|
|
1422
|
+
background: linear-gradient(180deg, var(--str-video__primary-color), var(--str-video__info-color));
|
|
1423
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1424
|
+
-webkit-mask-composite: xor;
|
|
1425
|
+
mask-composite: exclude;
|
|
1426
|
+
}
|
|
1427
|
+
.str-video__call-panel--pending .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__member_details {
|
|
1428
|
+
background-color: var(--str-video__background-color4);
|
|
1429
|
+
color: var(--str-video__text-color1);
|
|
1430
|
+
border-radius: 4px;
|
|
1431
|
+
font-size: 12px;
|
|
1432
|
+
line-height: 16px;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1578
1435
|
.str-video__permission-requests {
|
|
1579
1436
|
background-color: var(--str-video__background-color1);
|
|
1580
1437
|
border-radius: 8px;
|
|
@@ -1636,6 +1493,8 @@
|
|
|
1636
1493
|
opacity: 1;
|
|
1637
1494
|
}
|
|
1638
1495
|
.str-video__reaction .str-video__reaction__emoji {
|
|
1496
|
+
display: flex;
|
|
1497
|
+
line-height: 1;
|
|
1639
1498
|
font-size: 2.5rem;
|
|
1640
1499
|
}
|
|
1641
1500
|
|
|
@@ -1763,6 +1622,10 @@
|
|
|
1763
1622
|
display: flex;
|
|
1764
1623
|
flex-direction: column;
|
|
1765
1624
|
}
|
|
1625
|
+
.str-video__call .str-video {
|
|
1626
|
+
background-color: var(--str-video__background-color2);
|
|
1627
|
+
color: var(--str-video__text-color1);
|
|
1628
|
+
}
|
|
1766
1629
|
|
|
1767
1630
|
.str-video__tooltip {
|
|
1768
1631
|
display: flex;
|
|
@@ -1803,7 +1666,8 @@
|
|
|
1803
1666
|
border-block-end: var(--str-video__tooltip--border-block-end);
|
|
1804
1667
|
border-inline-start: var(--str-video__tooltip--border-inline-start);
|
|
1805
1668
|
border-inline-end: var(--str-video__tooltip--border-inline-end);
|
|
1806
|
-
font:
|
|
1669
|
+
font-size: 0.75rem;
|
|
1670
|
+
line-height: 1rem;
|
|
1807
1671
|
}
|
|
1808
1672
|
.str-video__tooltip::after {
|
|
1809
1673
|
background-color: var(--str-video__tooltip-background-color);
|
|
@@ -1816,15 +1680,53 @@
|
|
|
1816
1680
|
box-shadow: none;
|
|
1817
1681
|
}
|
|
1818
1682
|
|
|
1819
|
-
.str-video__video
|
|
1683
|
+
.str-video__video {
|
|
1684
|
+
object-fit: cover;
|
|
1820
1685
|
width: 100%;
|
|
1821
|
-
height:
|
|
1686
|
+
height: 100%;
|
|
1687
|
+
border-radius: inherit;
|
|
1822
1688
|
}
|
|
1823
|
-
|
|
1824
1689
|
.str-video__video--tall {
|
|
1690
|
+
object-fit: contain;
|
|
1691
|
+
}
|
|
1692
|
+
.str-video__video--mirror {
|
|
1693
|
+
transform: scaleX(-1);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.str-video__video-placeholder {
|
|
1697
|
+
aspect-ratio: 4/3;
|
|
1825
1698
|
height: 100%;
|
|
1826
|
-
width:
|
|
1827
|
-
|
|
1699
|
+
width: 100%;
|
|
1700
|
+
display: flex;
|
|
1701
|
+
align-items: center;
|
|
1702
|
+
justify-content: center;
|
|
1703
|
+
}
|
|
1704
|
+
.str-video__video-placeholder .str-video__video-placeholder__avatar {
|
|
1705
|
+
width: 100px;
|
|
1706
|
+
height: 100px;
|
|
1707
|
+
object-fit: cover;
|
|
1708
|
+
}
|
|
1709
|
+
.str-video__video-placeholder .str-video__video-placeholder__initials-fallback {
|
|
1710
|
+
display: flex;
|
|
1711
|
+
justify-content: center;
|
|
1712
|
+
align-items: center;
|
|
1713
|
+
width: 100px;
|
|
1714
|
+
height: 100px;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
.str-video__video-placeholder {
|
|
1718
|
+
background: var(--str-video__background-color5);
|
|
1719
|
+
border-radius: inherit;
|
|
1720
|
+
}
|
|
1721
|
+
.str-video__video-placeholder .str-video__video-placeholder__avatar {
|
|
1722
|
+
border-radius: var(--str-video__border-radius-circle);
|
|
1723
|
+
}
|
|
1724
|
+
.str-video__video-placeholder .str-video__video-placeholder__initials-fallback {
|
|
1725
|
+
background-color: var(--str-video__primary-color);
|
|
1726
|
+
border-radius: var(--str-video__border-radius-circle);
|
|
1727
|
+
font-size: 32px;
|
|
1728
|
+
font-weight: 600;
|
|
1729
|
+
text-transform: uppercase;
|
|
1828
1730
|
}
|
|
1829
1731
|
|
|
1830
1732
|
.str-video__video-preview-container {
|
|
@@ -1834,21 +1736,20 @@
|
|
|
1834
1736
|
width: 500px;
|
|
1835
1737
|
height: 375px;
|
|
1836
1738
|
}
|
|
1739
|
+
.str-video__video-preview-container .str-video__video-preview {
|
|
1740
|
+
object-fit: cover;
|
|
1741
|
+
width: 100%;
|
|
1742
|
+
height: 100%;
|
|
1743
|
+
}
|
|
1837
1744
|
.str-video__video-preview-container .str-video__loading-indicator__icon {
|
|
1838
1745
|
height: 3rem;
|
|
1839
1746
|
width: 3rem;
|
|
1840
1747
|
mask-size: 3rem;
|
|
1841
1748
|
}
|
|
1842
|
-
|
|
1843
|
-
.str-video__base-video {
|
|
1844
|
-
object-fit: cover;
|
|
1845
|
-
width: 100%;
|
|
1846
|
-
height: 100%;
|
|
1847
|
-
}
|
|
1848
|
-
.str-video__base-video.str-video__remote-video--mirror, .str-video__base-video.str-video__video-preview--mirror {
|
|
1749
|
+
.str-video__video-preview-container .str-video__video-preview--mirror {
|
|
1849
1750
|
transform: scaleX(-1);
|
|
1850
1751
|
}
|
|
1851
|
-
.str-
|
|
1752
|
+
.str-video__video-preview-container .str-video__video-preview--loading {
|
|
1852
1753
|
display: none;
|
|
1853
1754
|
}
|
|
1854
1755
|
|
|
@@ -1856,17 +1757,25 @@
|
|
|
1856
1757
|
/* The font color applied inside the component */
|
|
1857
1758
|
--str-video__video-preview-container--color: var(--str-video__text-color1);
|
|
1858
1759
|
/* The background color of the component */
|
|
1859
|
-
--str-video__video-preview-container--background-color: var(
|
|
1760
|
+
--str-video__video-preview-container--background-color: var(
|
|
1761
|
+
--str-video__background-color5
|
|
1762
|
+
);
|
|
1860
1763
|
/* The border radius used for the borders of the component */
|
|
1861
|
-
--str-video__video-preview-container--border-radius: var(
|
|
1764
|
+
--str-video__video-preview-container--border-radius: var(
|
|
1765
|
+
--str-video__border-radius-xs
|
|
1766
|
+
);
|
|
1862
1767
|
/* The border used for the borders of the component */
|
|
1863
|
-
--str-video__video-preview-container--border-block-start: 4px solid
|
|
1768
|
+
--str-video__video-preview-container--border-block-start: 4px solid
|
|
1769
|
+
var(--str-video__primary-color);
|
|
1864
1770
|
/* The border used for the borders of the component */
|
|
1865
|
-
--str-video__video-preview-container--border-block-end: 4px solid
|
|
1771
|
+
--str-video__video-preview-container--border-block-end: 4px solid
|
|
1772
|
+
var(--str-video__primary-color);
|
|
1866
1773
|
/* The border used for the borders of the component */
|
|
1867
|
-
--str-video__video-preview-container--border-inline-start: 4px solid
|
|
1774
|
+
--str-video__video-preview-container--border-inline-start: 4px solid
|
|
1775
|
+
var(--str-video__primary-color);
|
|
1868
1776
|
/* The border used for the borders of the component */
|
|
1869
|
-
--str-video__video-preview-container--border-inline-end: 4px solid
|
|
1777
|
+
--str-video__video-preview-container--border-inline-end: 4px solid
|
|
1778
|
+
var(--str-video__primary-color);
|
|
1870
1779
|
}
|
|
1871
1780
|
|
|
1872
1781
|
.str-video__video-preview-container {
|
|
@@ -1881,96 +1790,45 @@
|
|
|
1881
1790
|
overflow: hidden;
|
|
1882
1791
|
}
|
|
1883
1792
|
|
|
1884
|
-
.str-video__participant-
|
|
1885
|
-
|
|
1886
|
-
|
|
1793
|
+
.str-video__participant-view,
|
|
1794
|
+
.str-video__participant-view--angular-host {
|
|
1795
|
+
position: relative;
|
|
1887
1796
|
width: 100%;
|
|
1797
|
+
max-width: 1280px;
|
|
1798
|
+
max-height: 100%;
|
|
1799
|
+
min-height: 0;
|
|
1800
|
+
aspect-ratio: 4/3;
|
|
1888
1801
|
display: flex;
|
|
1889
1802
|
align-items: center;
|
|
1890
1803
|
justify-content: center;
|
|
1891
|
-
}
|
|
1892
|
-
.str-video__participant-placeholder .str-video__participant-placeholder--avatar {
|
|
1893
|
-
width: 100px;
|
|
1894
|
-
height: 100px;
|
|
1895
|
-
object-fit: cover;
|
|
1896
|
-
}
|
|
1897
|
-
.str-video__participant-placeholder .str-video__participant-placeholder--initials-fallback {
|
|
1898
|
-
display: flex;
|
|
1899
|
-
justify-content: center;
|
|
1900
|
-
align-items: center;
|
|
1901
|
-
width: 100px;
|
|
1902
|
-
height: 100px;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.str-video__participant-placeholder {
|
|
1906
|
-
background: var(--str-video__background-color5);
|
|
1907
1804
|
border-radius: var(--str-video__border-radius-sm);
|
|
1908
1805
|
}
|
|
1909
|
-
.str-video__participant-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
.str-video__participant-placeholder .str-video__participant-placeholder--initials-fallback {
|
|
1913
|
-
background-color: var(--str-video__primary-color);
|
|
1914
|
-
border-radius: var(--str-video__border-radius-circle);
|
|
1915
|
-
font-size: 32px;
|
|
1916
|
-
font-weight: 600;
|
|
1917
|
-
text-transform: uppercase;
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
.str-video__participant,
|
|
1921
|
-
.str-video__participant-angular-host {
|
|
1922
|
-
position: relative;
|
|
1923
|
-
width: 100%;
|
|
1924
|
-
max-width: 1280px;
|
|
1925
|
-
min-height: 0;
|
|
1926
|
-
max-height: 100%;
|
|
1927
|
-
aspect-ratio: 4/3;
|
|
1806
|
+
.str-video__participant-view--speaking,
|
|
1807
|
+
.str-video__participant-view--angular-host--speaking {
|
|
1808
|
+
outline: 2px solid var(--str-video__primary-color);
|
|
1928
1809
|
}
|
|
1929
|
-
.str-video__participant .str-
|
|
1930
|
-
.str-video__participant .str-video__call-controls__button,
|
|
1931
|
-
.str-video__participant-angular-host .str-
|
|
1932
|
-
.str-video__participant-angular-host .str-video__call-controls__button {
|
|
1810
|
+
.str-video__participant-view .str-video__participant-details,
|
|
1811
|
+
.str-video__participant-view .str-video__call-controls__button,
|
|
1812
|
+
.str-video__participant-view--angular-host .str-video__participant-details,
|
|
1813
|
+
.str-video__participant-view--angular-host .str-video__call-controls__button {
|
|
1933
1814
|
transition: opacity 200ms ease-out;
|
|
1934
1815
|
opacity: 0.3;
|
|
1935
1816
|
}
|
|
1936
|
-
.str-video__participant:hover .str-
|
|
1937
|
-
.str-video__participant:hover .str-video__call-controls__button,
|
|
1938
|
-
.str-video__participant-angular-host:hover .str-
|
|
1939
|
-
.str-video__participant-angular-host:hover .str-video__call-controls__button {
|
|
1817
|
+
.str-video__participant-view:hover .str-video__participant-details,
|
|
1818
|
+
.str-video__participant-view:hover .str-video__call-controls__button,
|
|
1819
|
+
.str-video__participant-view--angular-host:hover .str-video__participant-details,
|
|
1820
|
+
.str-video__participant-view--angular-host:hover .str-video__call-controls__button {
|
|
1940
1821
|
opacity: 1;
|
|
1941
1822
|
}
|
|
1942
|
-
.str-video__participant > .str-video__call-controls__button,
|
|
1943
|
-
.str-video__participant-angular-host > .str-video__call-controls__button {
|
|
1823
|
+
.str-video__participant-view > .str-video__call-controls__button,
|
|
1824
|
+
.str-video__participant-view--angular-host > .str-video__call-controls__button {
|
|
1944
1825
|
position: absolute;
|
|
1945
1826
|
top: 0.875rem;
|
|
1946
1827
|
right: 0.875rem;
|
|
1947
|
-
z-index: 1;
|
|
1948
1828
|
padding: 0.3rem;
|
|
1949
1829
|
}
|
|
1950
|
-
.str-video__participant
|
|
1951
|
-
.str-video__participant--
|
|
1952
|
-
.str-video__participant-angular-host--speaking video,
|
|
1953
|
-
.str-video__participant-angular-host--speaking .str-video__participant-placeholder {
|
|
1954
|
-
outline: 2px solid var(--str-video__primary-color);
|
|
1955
|
-
}
|
|
1956
|
-
.str-video__participant .str-video__video-container,
|
|
1957
|
-
.str-video__participant-angular-host .str-video__video-container {
|
|
1958
|
-
position: relative;
|
|
1959
|
-
height: 100%;
|
|
1960
|
-
min-height: 0;
|
|
1961
|
-
max-height: 100%;
|
|
1962
|
-
display: flex;
|
|
1963
|
-
flex-direction: column;
|
|
1964
|
-
}
|
|
1965
|
-
.str-video__participant .str-video__video-container .str-video__remote-video,
|
|
1966
|
-
.str-video__participant-angular-host .str-video__video-container .str-video__remote-video {
|
|
1967
|
-
border-radius: var(--str-video__border-radius2);
|
|
1968
|
-
width: 100%;
|
|
1969
|
-
object-fit: cover;
|
|
1970
|
-
background: var(--str-video__text-color3);
|
|
1971
|
-
}
|
|
1972
|
-
.str-video__participant .str-video__participant_details,
|
|
1973
|
-
.str-video__participant-angular-host .str-video__participant_details {
|
|
1830
|
+
.str-video__participant-view .str-video__participant-details,
|
|
1831
|
+
.str-video__participant-view--angular-host .str-video__participant-details {
|
|
1974
1832
|
position: absolute;
|
|
1975
1833
|
left: 0.875rem;
|
|
1976
1834
|
bottom: 0.875rem;
|
|
@@ -1978,9 +1836,9 @@
|
|
|
1978
1836
|
align-items: center;
|
|
1979
1837
|
gap: 0.3125rem;
|
|
1980
1838
|
}
|
|
1981
|
-
.str-video__participant .str-
|
|
1982
|
-
.str-video__participant-angular-host .str-
|
|
1983
|
-
border-radius: var(--str-video__border-
|
|
1839
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name,
|
|
1840
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name {
|
|
1841
|
+
border-radius: var(--str-video__border-radius-xs);
|
|
1984
1842
|
background-color: var(--str-video__background-color4);
|
|
1985
1843
|
display: flex;
|
|
1986
1844
|
align-items: center;
|
|
@@ -1990,8 +1848,8 @@
|
|
|
1990
1848
|
overflow: hidden;
|
|
1991
1849
|
text-overflow: ellipsis;
|
|
1992
1850
|
}
|
|
1993
|
-
.str-video__participant .str-
|
|
1994
|
-
.str-video__participant-angular-host .str-
|
|
1851
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--audio-muted,
|
|
1852
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--audio-muted {
|
|
1995
1853
|
width: 1rem;
|
|
1996
1854
|
height: 1rem;
|
|
1997
1855
|
mask-size: 1rem;
|
|
@@ -2000,8 +1858,8 @@
|
|
|
2000
1858
|
mask-image: var(--str-video__icon--mic-off);
|
|
2001
1859
|
-webkit-mask-image: var(--str-video__icon--mic-off);
|
|
2002
1860
|
}
|
|
2003
|
-
.str-video__participant .str-
|
|
2004
|
-
.str-video__participant-angular-host .str-
|
|
1861
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--dominant_speaker,
|
|
1862
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--dominant_speaker {
|
|
2005
1863
|
width: 1rem;
|
|
2006
1864
|
height: 1rem;
|
|
2007
1865
|
mask-size: 1rem;
|
|
@@ -2016,8 +1874,8 @@
|
|
|
2016
1874
|
mask-position: center;
|
|
2017
1875
|
-webkit-mask-position: center;
|
|
2018
1876
|
}
|
|
2019
|
-
.str-video__participant .str-
|
|
2020
|
-
.str-video__participant-angular-host .str-
|
|
1877
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--video-muted,
|
|
1878
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--video-muted {
|
|
2021
1879
|
width: 1rem;
|
|
2022
1880
|
height: 1rem;
|
|
2023
1881
|
mask-size: 1rem;
|
|
@@ -2026,8 +1884,8 @@
|
|
|
2026
1884
|
mask-image: var(--str-video__icon--camera-off);
|
|
2027
1885
|
-webkit-mask-image: var(--str-video__icon--camera-off);
|
|
2028
1886
|
}
|
|
2029
|
-
.str-video__participant .str-
|
|
2030
|
-
.str-video__participant-angular-host .str-
|
|
1887
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--pinned,
|
|
1888
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--pinned {
|
|
2031
1889
|
width: 1rem;
|
|
2032
1890
|
height: 1rem;
|
|
2033
1891
|
mask-size: 1rem;
|
|
@@ -2044,8 +1902,8 @@
|
|
|
2044
1902
|
mask-image: var(--str-video__icon--pin);
|
|
2045
1903
|
-webkit-mask-image: var(--str-video__icon--pin);
|
|
2046
1904
|
}
|
|
2047
|
-
.str-video__participant .str-
|
|
2048
|
-
.str-video__participant-angular-host .str-
|
|
1905
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--network-stats,
|
|
1906
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--network-stats {
|
|
2049
1907
|
width: 1rem;
|
|
2050
1908
|
height: 1rem;
|
|
2051
1909
|
mask-size: 1rem;
|
|
@@ -2055,27 +1913,27 @@
|
|
|
2055
1913
|
cursor: pointer;
|
|
2056
1914
|
margin-right: 0.625rem;
|
|
2057
1915
|
}
|
|
2058
|
-
.str-video__participant .str-
|
|
2059
|
-
.str-video__participant-angular-host .str-
|
|
1916
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__connection-quality,
|
|
1917
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__connection-quality {
|
|
2060
1918
|
width: 1.5rem;
|
|
2061
1919
|
height: 1.5rem;
|
|
2062
1920
|
display: block;
|
|
2063
1921
|
background-size: cover;
|
|
2064
1922
|
}
|
|
2065
|
-
.str-video__participant .str-
|
|
2066
|
-
.str-video__participant-angular-host .str-
|
|
1923
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__connection-quality--poor,
|
|
1924
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__connection-quality--poor {
|
|
2067
1925
|
background-image: var(--str-video__icon--connection-quality-poor);
|
|
2068
1926
|
}
|
|
2069
|
-
.str-video__participant .str-
|
|
2070
|
-
.str-video__participant-angular-host .str-
|
|
1927
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__connection-quality--good,
|
|
1928
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__connection-quality--good {
|
|
2071
1929
|
background-image: var(--str-video__icon--connection-quality-good);
|
|
2072
1930
|
}
|
|
2073
|
-
.str-video__participant .str-
|
|
2074
|
-
.str-video__participant-angular-host .str-
|
|
1931
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__connection-quality--excellent,
|
|
1932
|
+
.str-video__participant-view--angular-host .str-video__participant-details .str-video__participant-details__connection-quality--excellent {
|
|
2075
1933
|
background-image: var(--str-video__icon--connection-quality-excellent);
|
|
2076
1934
|
}
|
|
2077
1935
|
|
|
2078
|
-
.str-video__paginated-grid-
|
|
1936
|
+
.str-video__paginated-grid-layout__wrapper {
|
|
2079
1937
|
flex-grow: 1;
|
|
2080
1938
|
}
|
|
2081
1939
|
|
|
@@ -2085,7 +1943,7 @@
|
|
|
2085
1943
|
align-items: center;
|
|
2086
1944
|
justify-content: space-between;
|
|
2087
1945
|
}
|
|
2088
|
-
.str-video__paginated-grid-layout .str-video__paginated-grid-
|
|
1946
|
+
.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group {
|
|
2089
1947
|
display: flex;
|
|
2090
1948
|
flex-wrap: wrap;
|
|
2091
1949
|
gap: 8px;
|
|
@@ -2095,20 +1953,20 @@
|
|
|
2095
1953
|
margin: auto;
|
|
2096
1954
|
width: 100%;
|
|
2097
1955
|
}
|
|
2098
|
-
.str-video__paginated-grid-layout .str-video__paginated-grid-
|
|
1956
|
+
.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group .str-video__participant-view {
|
|
2099
1957
|
flex: 0 1 calc(25% - 6px);
|
|
2100
1958
|
}
|
|
2101
|
-
.str-video__paginated-grid-layout .str-video__paginated-grid-
|
|
1959
|
+
.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--one .str-video__participant-view {
|
|
2102
1960
|
flex: 0 1 calc(100% - 6px);
|
|
2103
1961
|
}
|
|
2104
|
-
.str-video__paginated-grid-layout .str-video__paginated-grid-
|
|
1962
|
+
.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--two-four .str-video__participant-view {
|
|
2105
1963
|
flex: 0 1 calc(50% - 6px);
|
|
2106
1964
|
}
|
|
2107
|
-
.str-video__paginated-grid-layout .str-video__paginated-grid-
|
|
1965
|
+
.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--five-nine .str-video__participant-view {
|
|
2108
1966
|
flex: 0 1 calc(33% - 6px);
|
|
2109
1967
|
}
|
|
2110
1968
|
|
|
2111
|
-
.str-video__speaker-
|
|
1969
|
+
.str-video__speaker-layout__wrapper {
|
|
2112
1970
|
flex-grow: 1;
|
|
2113
1971
|
overflow-y: hidden;
|
|
2114
1972
|
}
|
|
@@ -2122,65 +1980,69 @@
|
|
|
2122
1980
|
gap: 1rem;
|
|
2123
1981
|
padding-inline: 2px;
|
|
2124
1982
|
}
|
|
2125
|
-
.str-video__speaker-layout .str-video__participant {
|
|
1983
|
+
.str-video__speaker-layout .str-video__participant-view {
|
|
2126
1984
|
aspect-ratio: 16/9;
|
|
2127
1985
|
}
|
|
2128
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
1986
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight {
|
|
2129
1987
|
display: flex;
|
|
2130
1988
|
align-items: center;
|
|
2131
1989
|
justify-content: center;
|
|
2132
1990
|
min-height: 0;
|
|
2133
1991
|
}
|
|
2134
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
1992
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-view {
|
|
2135
1993
|
width: 100%;
|
|
2136
1994
|
max-width: 110vh;
|
|
2137
1995
|
}
|
|
2138
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
1996
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-view--speaking:has(.str-video__video--screen-share) {
|
|
2139
1997
|
outline: none;
|
|
1998
|
+
}
|
|
1999
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-view:has(.str-video__video--screen-share) {
|
|
2140
2000
|
border-radius: unset;
|
|
2001
|
+
}
|
|
2002
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__video--screen-share {
|
|
2141
2003
|
object-fit: contain;
|
|
2142
2004
|
}
|
|
2143
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2144
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2005
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-details,
|
|
2006
|
+
.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__call-controls__button {
|
|
2145
2007
|
opacity: 1;
|
|
2146
2008
|
}
|
|
2147
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2009
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper {
|
|
2148
2010
|
position: relative;
|
|
2149
2011
|
display: flex;
|
|
2150
2012
|
align-items: center;
|
|
2151
2013
|
justify-content: center;
|
|
2152
2014
|
}
|
|
2153
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2015
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-left {
|
|
2154
2016
|
position: absolute;
|
|
2155
2017
|
left: 0.5rem;
|
|
2156
2018
|
z-index: 1;
|
|
2157
2019
|
}
|
|
2158
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2020
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-left .str-video__call-controls__button--icon {
|
|
2159
2021
|
width: 0.8rem;
|
|
2160
2022
|
height: 0.8rem;
|
|
2161
2023
|
}
|
|
2162
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2024
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-right {
|
|
2163
2025
|
position: absolute;
|
|
2164
2026
|
right: 0.5rem;
|
|
2165
2027
|
z-index: 1;
|
|
2166
2028
|
}
|
|
2167
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2029
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-right .str-video__call-controls__button--icon {
|
|
2168
2030
|
width: 0.8rem;
|
|
2169
2031
|
height: 0.8rem;
|
|
2170
2032
|
}
|
|
2171
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2033
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper {
|
|
2172
2034
|
overflow-x: auto;
|
|
2173
2035
|
scrollbar-width: none;
|
|
2174
2036
|
}
|
|
2175
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2037
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper::-webkit-scrollbar {
|
|
2176
2038
|
display: none;
|
|
2177
2039
|
}
|
|
2178
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2040
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper .str-video__speaker-layout__participants-bar {
|
|
2179
2041
|
display: flex;
|
|
2180
2042
|
flex-direction: row;
|
|
2181
2043
|
align-items: center;
|
|
2182
2044
|
}
|
|
2183
|
-
.str-video__speaker-layout .str-video__speaker-
|
|
2045
|
+
.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper .str-video__speaker-layout__participants-bar .str-video__speaker-layout__participant-tile {
|
|
2184
2046
|
width: 280px;
|
|
2185
2047
|
min-width: 280px;
|
|
2186
2048
|
max-width: 25vh;
|
|
@@ -2202,7 +2064,7 @@
|
|
|
2202
2064
|
.str-video__icon--recording-on {
|
|
2203
2065
|
mask-image: var(--str-video__icon--recording-on);
|
|
2204
2066
|
-webkit-mask-image: var(--str-video__icon--recording-on);
|
|
2205
|
-
background-color: var(--str-video__danger-
|
|
2067
|
+
background-color: var(--str-video__danger-color);
|
|
2206
2068
|
}
|
|
2207
2069
|
.str-video__icon--recording-off {
|
|
2208
2070
|
mask-image: var(--str-video__icon--recording-off);
|
|
@@ -2259,6 +2121,10 @@
|
|
|
2259
2121
|
mask-image: var(--str-video__icon--call-end);
|
|
2260
2122
|
-webkit-mask-image: var(--str-video__icon--call-end);
|
|
2261
2123
|
}
|
|
2124
|
+
.str-video__icon--call-accept {
|
|
2125
|
+
mask-image: var(--str-video__icon--call-accept);
|
|
2126
|
+
-webkit-mask-image: var(--str-video__icon--call-accept);
|
|
2127
|
+
}
|
|
2262
2128
|
.str-video__icon--info {
|
|
2263
2129
|
-webkit-mask-image: var(--str-video__icon--info-icon);
|
|
2264
2130
|
mask-image: var(--str-video__icon--info-icon);
|
|
@@ -2344,7 +2210,7 @@
|
|
|
2344
2210
|
height: 1.5rem;
|
|
2345
2211
|
background-position: center;
|
|
2346
2212
|
background-repeat: no-repeat;
|
|
2347
|
-
background-image: var(--str-video__icon--
|
|
2213
|
+
background-image: var(--str-video__icon--stats);
|
|
2348
2214
|
cursor: pointer;
|
|
2349
2215
|
}
|
|
2350
2216
|
|