Get smartclient login ID

Dear Sir/Madam,

We try to use a smartclient plugin to get current smartclient login ID.

Please advise which plugin sample we can follow to get smartclient login ID.

Thank you.

If you want to identify who is logged in from your Smart Client plugin you can use -

LoginSettings VideoOS.Platform.Login.LoginSettings.GetLoginSettings

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_login_1_1_login_settings.html#adaf6282405acfe1f345693bf8ee0ec9c&tree=tree_search.html?search=getloginsettings

It is being used in the two Chat samples.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/chat/readme.html&tree=tree_1.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/chatwithwebsockets/readme.html&tree=tree_1.html