def auto_speaker_channel_id()

in function_app/src/components/speech.py [0:0]


    def auto_speaker_channel_id(self) -> str:
        if self.speaker is not None:
            return str(self.speaker)
        if self.channel is not None:
            return str(self.channel)
        return "Unknown"