feature(icons): presentation_off, external-video, external-video_off icons
This commit is contained in:
parent
6155f51a1e
commit
d530498b3b
@ -320,3 +320,12 @@
|
||||
.icon-bbb-device_list_selector:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.icon-bbb-presentation_off:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.icon-bbb-external-video:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.icon-bbb-external-video_off:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ const PresentationOptionsContainer = ({
|
||||
let buttonType = 'presentation';
|
||||
if (hasExternalVideo) {
|
||||
// hack until we have an external-video icon
|
||||
buttonType = 'presentation';
|
||||
buttonType = 'external-video';
|
||||
} else if (hasScreenshare) {
|
||||
buttonType = 'desktop';
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user