TRVMediaServer.CmdOptions

<< Click to display table of contents >>

TRVMediaServer.CmdOptions

Options for processing commands from clients.

type
  TRVCmdOption = (rvcpUseSystemCmd, rvcpCmdAllGroups, rvcpCmdAllUsers, 
    rvcpCmdAllOnline, rvcpCmdResetServer);
  TRVCmdOptions = set of TRVCmdOption;
property CmdOptions: TRVCmdOptions;

Value

Meaning

rvcpUseSystemCmd

Allows processing system commands on the server. All the options below works only if rvcpUseSystemCmd is included.

rvcpCmdAllGroups

Allows clients to receive a list of groups on the server. See:

TRVCamSender.GetAllGroups

TRVCamReceiver.OnGetAllGroups

rvcpCmdAllUsers

Allows clients to receive a list of all clients on the server. See:

TRVCamSender.GetAllUsers

TRVCamReceiver.OnGetAllUsers

rvcpCmdAllOnline

Allows clients to receive a list of all online clients on the server. See:

TRVCamSender.GetAllOnlineUsers

TRVCamReceiver.OnGetAllOnlineUsers

rvcpCmdResetServer

Allows clients to restart the server. See:

TRVCamSender.RestartServer

Default value

[]