fix(SmallVideo): remove invalid character
Removes ' character which should not be there.
This commit is contained in:
parent
e38dd0e9d3
commit
2c002c875d
|
@ -565,7 +565,7 @@ SmallVideo.prototype.showDominantSpeakerIndicator = function (show) {
|
|||
|
||||
let indicatorSpanId = "dominantspeakerindicator";
|
||||
let content = `<i id="indicatoricon"
|
||||
' class="indicatoricon fa fa-bullhorn"></i>`;
|
||||
class="indicatoricon fa fa-bullhorn"></i>`;
|
||||
let indicatorSpan = UIUtil.getVideoThumbnailIndicatorSpan({
|
||||
videoSpanId: this.videoSpanId,
|
||||
indicatorId: indicatorSpanId,
|
||||
|
|
Loading…
Reference in New Issue