ucservice 2.1.5 → 2.1.7

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.
@@ -15611,8 +15611,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15611
15611
  self.tagBox.parent().find('.unrecv-audio-btn').hide();
15612
15612
  }
15613
15613
 
15614
- self.tagBox.parent().find('button[name=screenVideo]').attr('class', 'fullscreen-btn');
15615
- self.tagBox.parent().find('button[name=screenVideo]').attr('title', '全屏');
15614
+ self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15615
+ self.tagBox.parent().find('button[name=screenVideo]')[0].attr('title', '全屏');
15616
15616
  self.tagBox.parent().find('.recv-audio-btn').attr("class", "unrecv-audio-btn");
15617
15617
  self.tagBox.parent().find('.send-audio-btn').attr("class", "unsend-audio-btn");
15618
15618
  let width = this.videoWidth;
Binary file