EOS_RTC_SetRoomSettingOptions

EOS API reference page for EOS_RTC_SetRoomSettingOptions

1분 소요

This data structure is part of the RTC Interface.

Remarks

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".

Properties

EOS_RTC_SetRoomSettingOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_RTC_SETROOMSETTING_API_LATEST.
EOS_ProductUserId LocalUserIdThe Product User ID of the user trying to request this operation.
const char* RoomNameThe room the setting will be applied to.
const char* SettingNameSetting that should be set.
const char* SettingValueValue to set the setting to.