SL22W39: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
**Allow screen sharing for users
**Allow screen sharing for users
*Fixed a bug on public screens not updating on chages caused by being online on the web-view
*Fixed a bug on public screens not updating on chages caused by being online on the web-view
*'''Bug: Changing a public will send desktop-data on the refresh instead of screen-data; probably a lastInteracted bug?'''
*
*CCRender
**Added Test for blueprint rendering
**Extremely fast in comparison to the previous version, ~0,5s for one screenshot
***'''With this speed image conversion/uploading is the new bottleneck'''
***'''Taking screenshots should be a separate process to resize/upload'''
**Fully reliant on fake-data being sent
**Time to refactor CCRender for inclusion of: ChunkliArea, Blueprint & Screenshot impl
*<br />
*<br />

Revision as of 14:18, 30 September 2022

◄ SL22W38 | SL22W40 ►


  • Added /desktop share, /desktop sharing, users can now share their screen with others in the same area
    • Useroption DesktopSharing
    • /desktop share
    • /desktop sharing
    • Automatic screen sharing depending on distance
    • Allow screen sharing for users
  • Fixed a bug on public screens not updating on chages caused by being online on the web-view
  • Bug: Changing a public will send desktop-data on the refresh instead of screen-data; probably a lastInteracted bug?
  • CCRender
    • Added Test for blueprint rendering
    • Extremely fast in comparison to the previous version, ~0,5s for one screenshot
      • With this speed image conversion/uploading is the new bottleneck
      • Taking screenshots should be a separate process to resize/upload
    • Fully reliant on fake-data being sent
    • Time to refactor CCRender for inclusion of: ChunkliArea, Blueprint & Screenshot impl