<live-pusher
  class="pusher"
  url="{{pusher.url}}"
  mode="{{pusher.mode}}"
  autopush="{{pusher.autopush}}"
  enable-camera="{{pusher.enableCamera}}"
  enable-mic="{{pusher.enableMic}}"
  muted="{{!pusher.enableMic}}"
  enable-agc="{{pusher.enableAgc}}"
  enable-ans="{{pusher.enableAns}}"
  enable-ear-monitor="{{pusher.enableEarMonitor}}"
  auto-focus="{{pusher.enableAutoFocus}}"
  zoom="{{pusher.enableZoom}}"
  min-bitrate="{{pusher.minBitrate}}"
  max-bitrate="{{pusher.maxBitrate}}"
  video-width="{{pusher.videoWidth}}"
  video-height="{{pusher.videoHeight}}"
  beauty="{{pusher.beautyLevel}}"
  whiteness="{{pusher.whitenessLevel}}"
  orientation="{{pusher.videoOrientation}}"
  aspect="{{pusher.videoAspect}}"
  device-position="{{pusher.frontCamera}}"
  remote-mirror="{{pusher.enableRemoteMirror}}"
  local-mirror="{{pusher.localMirror}}"
  background-mute="{{pusher.enableBackgroundMute}}"
  audio-quality="{{pusher.audioQuality}}"
  audio-volume-type="{{pusher.audioVolumeType}}"
  audio-reverb-type="{{pusher.audioReverbType}}"
  waiting-image="{{pusher.waitingImage}}"
  debug="{{debug}}"
  bindstatechange="_pusherStateChangeHandler"
  bindnetstatus="_pusherNetStatusHandler"
  binderror="_pusherErrorHandler"
  bindbgmstart="_pusherBGMStartHandler"
  bindaudiovolumenotify="_pusherAudioVolumeNotify"
/>
