AvayaClientServices.Config contains prototypes of config objects which are necessary to provide connection with various servers used by the SDK.
Classes
- AbstractCredentialProvider
- ACSConfiguration
- AMMConfiguration
- AnalyticsConfiguration
- CallUserConfiguration
- CollaborationConfiguration
- CredentialProvider
- CredentialTokenProvider
- GuestCredentialProvider
- InvalidCredentialsEvent
- MediaConfiguration
- MPCCredentialProvider
- NetworkProviderConfiguration
- PresenceConfiguration
- ServerInfo
- SGConfiguration
- UCCPConfiguration
- UserConfiguration
- VirtualBackgroundConfiguration
- VoIPConfigurationAudio
- VoIPConfigurationVideo
- WCSConfiguration
- WCSCredentialTokenProvider
Members
-
<static, readonly> SecurityPolicy :String
-
Enum file with Security policy levels.
Type:
- String
Properties:
Name Type Default Description BEST_EFFORTString BEST_EFFORT This element is optional. Better if will be added but not necessarily.
DISABLEDString DISABLED This element is disabled.
REQUIREDString REQUIRED This element is mandatory. The highest level security policy.
-
<static, readonly> VideoResolution :String
-
Enum file with available video resolutions.
Type:
- String
Properties:
Name Type Default Description RESOLUTION_1080pString resolution1080p 1920x1080 video resolution
RESOLUTION_720pString resolution720p 1280x720 video resolution
RESOLUTION_480pString resolution480p 848x480 video resolution
RESOLUTION_360pString resolution360p 640x360 video resolution
RESOLUTION_240pString resolution240p 416x240 video resolution
RESOLUTION_180pString resolution180p 320x180 video resolution