Class EOS_RTC_SetRoomSettingOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.rtc.options.EOS_RTC_SetRoomSettingOptions
Direct Known Subclasses:
EOS_RTC_SetRoomSettingOptions.ByReference, EOS_RTC_SetRoomSettingOptions.ByValue

@FieldOrder({"ApiVersion","LocalUserId","RoomName","SettingName","SettingValue"}) public class EOS_RTC_SetRoomSettingOptions extends com.sun.jna.Structure
This struct is used to call EOS_RTC_SetRoomSetting

Available values of SettingName:

  • DisableEchoCancelation: Disables the use of echo cancellation for the audio channel. Default "False".
  • DisableNoiseSupression: Disables the use of noise suppression for the audio channel. Default "False".
  • DisableAutoGainControl: Disables the use of auto gain control for the audio channel. Default "False".
  • DisableDtx: Allows to disable the use of DTX. Default "False".
Since:
11/01/2023