Why livekit is not supporting Bengali Language for ElevenLabs Scribe v2 Realtime model

In the doc, it does not mention and also in implementation it does not work: ElevenLabs STT | LiveKit Documentation

If it supports by ElevenLabs Scribe V2 Realtime model, it should support by Livekit also right ?

Does this work?

stt=inference.STT(

        model="elevenlabs/scribe_v2_realtime",

        language="bn",

    ),

I suspect this is just an oversight in the languages list at ElevenLabs STT | LiveKit Documentation