You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have a brief idea of implementing the disconnect method by forwardRef() but I do not find a way to implement the RFB.machineReboot() or RFB.machineShutdown() functions listed in the noVNC API.md
The text was updated successfully, but these errors were encountered:
Currently, there are no methods in react-vnc which implement RFB.machineReboot() or RFB.machineShutdown(). However, the rfb object from noVNC is exposed when the 'connect' event is fired. So, you can do something like:
I do have a brief idea of implementing the disconnect method by
forwardRef()
but I do not find a way to implement theRFB.machineReboot()
orRFB.machineShutdown()
functions listed in the noVNC API.mdThe text was updated successfully, but these errors were encountered: