AdjustVolumeOnStart

Top  Previous  Next

AdjustVolumeOnStart

Determines if speaker and microphone volume will be set to the SpeakerVolume / MicrophoneVolume values during Start()  method. Default values if False to prevent unexpected volume changes.

 

Volume properties are active only if endpoint is active i.e. method  Start() is called.

You can  can specify any value in range 0..100 for volume properies.The AdjustVolumeOnStart property determines if this value will used after  method Start() call.

 

The reason for this property:

Some people may want to set predefined volume values in their application and set them every time when the application starts. It is possible if  AdjustVolumeOnStart = True

 

Other may want to use existing system volume settings. It is possible if  AdjustVolumeOnStart = False;