Package com.teamviewer.sdk.screensharing
Class Settings
java.lang.Object
com.teamviewer.sdk.screensharing.Settings
Here you can define settings which changes the behaviour of the TeamViewer Sdk.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal EnumMap
<AccessType, AccessControlRule> A map to set the defaultAccessControlRules
for the sessions.Deprecated.A collection of DNS or IP addresses of Conditional Access routers you want to connect to.
Leave empty ornull
if you don't want to use this setting and let the SDK automatically resolve it.
This is the preferred setting if you want to use multiple routers.boolean
Background grabbing can be enabled to speed up the grabbing process, but it may be unstable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accessControlRules
A map to set the defaultAccessControlRules
for the sessions. It will be merged with the rules form the remote supporter, that is, the more restrictive rule gets used.
If a value is not specified it defaults toAllow
. -
conditionalAccessRouter
Deprecated.UseconditionalAccessServers
insteadDNS or IP address of the Conditional Access router you want to connect to.
Leave empty ornull
if you don't want to use this setting and let the SDK automatically resolve it. -
conditionalAccessServers
A collection of DNS or IP addresses of Conditional Access routers you want to connect to.
Leave empty ornull
if you don't want to use this setting and let the SDK automatically resolve it.
This is the preferred setting if you want to use multiple routers. -
useBackgroundGrabbing
public boolean useBackgroundGrabbingBackground grabbing can be enabled to speed up the grabbing process, but it may be unstable. Please test carefully.
Default value is false.
-
-
Constructor Details
-
Settings
public Settings()
-
conditionalAccessServers
instead