MultiCameraServer Events |
The MultiCameraServer type exposes the following members.
Name | Description | |
---|---|---|
AllServersStarted |
AllServerStarted is raised when StartAllServers() method is called.
| |
AllServersStopped |
AllServerStopped is raised when StopAllServers() method is called.
| |
ClientConnected |
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.
| |
ClientDisconnected |
ClientDisconnected is raised when a client disconnects from a server managed by the MultiCameraServer.
It is recommended to handle this event
| |
ServerStarted |
ServerStarted raised when StartServer() method is called.
| |
ServerStopped |
ServerStopped is raised when StopServer() method is called .
|