2-way Audio w/ Reolink PoE Doorbell

I have weird issues as well. On a Windows 10 PC I don’t see the microphone or audio mute buttons at all on the Frigate Card, and it’s the same on a Samsung Galaxy S20 Android phone. However, on a Samsung Galaxy Tablet I do see the microphone and audio mute buttons, but the microphone button does not appear to work. I have my config and some pictures below. Anyone have any ideas?

##########################################################################

cameras:
  front_door_doorbell:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/front_door_doorbell?video=copy&audio=aac
          input_args: preset-rtsp-restream-low-latency
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/front_door_doorbell_sub?video=copy&audio=aac
          input_args: preset-rtsp-restream-low-latency
          roles:
            - detect
            - audio

##########################################################################

go2rtc:
  streams:
    front_door_doorbell:
      - rtsp://<username>:<password>@<ip address>:554/Preview_01_main#backchannel=0
      - ffmpeg:front_door_doorbell#audio=opus#hardware
    front_door_doorbell_sub:
      - rtsp://<username>:<password>@<ip address>:554/Preview_01_sub
      - ffmpeg:front_door_doorbell_sub#audio=opus#hardware
  webrtc:
    candidates:
      - <ip address>:8555
      - stun:8555
version: 0.14

Here is my Frigate Card Configuration:

type: custom:frigate-card
cameras:
  - camera_entity: camera.front_door_doorbell
    live_provider: go2rtc
    go2rtc:
      modes:
        - webrtc
menu:
  buttons:
    microphone:
      enabled: true
      alignment: matching
    timeline:
      enabled: false
    cameras:
      enabled: false
    frigate:
      enabled: false
    download:
      enabled: false
    media_player:
      enabled: false
    mute:
      enabled: true
      alignment: opposing
    camera_ui:
      enabled: false
  style: outside
  position: right
  button_size: 66
  alignment: right
live:
  controls:
    thumbnails:
      mode: none
  auto_mute: all
  preload: false
dimensions: {}
media_gallery:
  controls:
    thumbnails:
      size: 140
      show_favorite_control: false
      show_timeline_control: false
      show_download_control: false
    filter:
      mode: none

Frigate Card on Samsung Galaxy Tablet shows microphone and audio button:


Frigate Card on Samsung Galaxy Tablet with microphone button on: