Can i use web js sdk inside plugin ?

Hi, I need to add live camera view inside a webpage. Webpage is inside Plugin. Is there any way to use JS SDK indide plugin without relogin and using smart client credential?

Is there any other way to show camera video inside webpage without re login if its shown inside smart client plugin?

If you are asking whether the Milestone Mobile JS SDK can be used without a login the answer is no.

https://doc.developer.milestonesys.com/mipsdkmobile/

The Smart Client does not login on the Mobile Server, it uses other interfaces on the XProtect servers.

I am a bit worried that I might not have understood what you are trying to do, if my answer does not fit, please explain more about the use case.

I have solved issue by using RGBVideoEnhancement sample code. I have sent video frame by frame and then displayed as video. Its slower but solved for now

Thanks for the help