TsgcTURNServerProperties › NotifyEvents

NotifyEvents Property

Selects how threaded server events are synchronized with the main VCL/FMX thread.

Syntax

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Default Value

Remarks

Defines the threading model used to dispatch all server events (OnSTUN* and OnTURN*):

Example

oTURN.NotifyEvents := neAsynchronous;
oTURN.Active := True;

Back to Properties