Click or drag to resize

MultiCameraServer Events

The MultiCameraServer type exposes the following members.

Events
 NameDescription
Public eventAllServersStarted AllServerStarted is raised when StartAllServers() method is called.
Public eventAllServersStopped AllServerStopped is raised when StopAllServers() method is called.
Public eventClientConnected ClientConnected is raised when a client connects to a server managed by the MultiCameraServer object. This event must always be handled in order to connect the server's VideoSender and AudioSender with the client's VideoChannel and AudioChannel. In the handler you will be able to lay down conditions about the clients, the CameraServerConnectionArgs object will contain the server and client which wants to connect.
Public eventClientDisconnected ClientDisconnected is raised when a client disconnects from a server managed by the MultiCameraServer. It is recommended to handle this event
Public eventServerStarted ServerStarted raised when StartServer() method is called.
Public eventServerStopped ServerStopped is raised when StopServer() method is called .
Top
See Also