<< Click to display table of contents >> TRVCamSender.GetAllUsers, GetAllOnlineUsers |
The methods request a list of users on the server.
procedure GetAllUsers;
procedure GetAllOnlineUsers;
These methods work when a pair of TRVCamSender and TRVCamReceiver (inside a single application) is connected to TRVMediaServer via the network as a client.
The methods request a list of users. The server sends this information to a receiver, and OnGetAllUsers / OnGetAllOnlineUsers occurs.
If the server's KeepClientInfoMode = rvkclmWhileOnline, these methods return the same lists. Otherwise, the servers stores information about offline clients.