pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
528 stars 121 forks source link

Implement the CursorEncoding protocol of VNC #389

Closed zjzhang-cn closed 2 years ago

zjzhang-cn commented 2 years ago

Description

    Implement the CursorEncoding protocol of VNC
    实现VNC的CursorEncoding协议,隐藏远端桌面鼠标

Reference issue

Fixes #...

codecov[bot] commented 2 years ago

Codecov Report

Merging #389 (8dc2ef2) into master (548cdac) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
- Coverage   47.16%   47.12%   -0.05%     
==========================================
  Files          67       67              
  Lines        4380     4386       +6     
==========================================
+ Hits         2066     2067       +1     
- Misses       2189     2194       +5     
  Partials      125      125              
Impacted Files Coverage Δ
pkg/driver/camera/camera_linux.go 26.31% <0.00%> (-0.80%) :arrow_down:
pkg/prop/prop.go 72.10% <0.00%> (+0.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 548cdac...8dc2ef2. Read the comment docs.