aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.WebRTC
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-24 11:39:13 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-24 11:39:13 +0200
commit1933d5fa40cf2b7187b4b81cda9bae27cbd53b31 (patch)
tree84b42db2f3dd644ec8ff349ce7aa17f65e2f175a /Software/Visual_Studio/Tango.WebRTC
parentfbd89edca2790b5c6a17927be8efa1c796f51dc0 (diff)
downloadTango-1933d5fa40cf2b7187b4b81cda9bae27cbd53b31.tar.gz
Tango-1933d5fa40cf2b7187b4b81cda9bae27cbd53b31.zip
Fixed remote desktop prevent print with no permission.
Diffstat (limited to 'Software/Visual_Studio/Tango.WebRTC')
-rw-r--r--Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs b/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs
index 19f82b063..0db96b3d8 100644
--- a/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs
+++ b/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs
@@ -104,6 +104,8 @@ namespace Tango.WebRTC
public bool IsInitialized { get; private set; }
public bool IsReady { get; private set; }
+ public Object Tag { get; set; }
+
#endregion
#region Constructors